Query the central audit log
Lists the network’s recorded sensitive actions (the piste d’audit / journal d’audit), most recent first, optionally narrowed by ?actorId=, ?entityType=, ?entityId= and/or ?action=, bounded by ISO-8601 ?from= / ?to= instants, and capped by ?limit= (a positive integer; a malformed limit 400s). Every use-case run is appended to this trail by the ExecutionContext sink, so an audited action is immediately visible here. Cross-cutting compliance, not a fiscal read (hence the Audit tag). Reading the log requires the finance read grant.
Authorizations
Authorization: Bearer <token>. Accepts EITHER a Keycloak access token (scopes-in-token) OR an opaque POS session token; both resolve to the same pos.* scope vocabulary the route guards enforce.
Query Parameters
Narrow to actions performed by this actor id.
Narrow to a target entity kind (e.g. purchaseOrder, product).
Narrow to actions against one target entity id.
Narrow to one audited action key (e.g. procurement.createPurchaseOrder).
Lower bound (inclusive) of the audit window, as an ISO-8601 instant.
Upper bound (inclusive) of the audit window, as an ISO-8601 instant.
Cap on the number of entries returned (positive integer; a bad value 400s).
0 < x <= 9007199254740991Response
The matching audit-log entries, most recent first.

