Query the central audit log
Lists the network’s recorded sensitive actions, 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. 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
0 < x <= 9007199254740991Response
The matching audit-log entries, most recent first.

