List audit records for an operation
Lists audit evidence records associated with a specific operation, identified by its UUID. Cursor-based pagination — same semantics as the audit-records list.
Authorizations
JWT bearer token issued by the identity provider.
Path Parameters
Operation UUID.
"6c8e7e9a-2f3b-4c5d-8e9f-0a1b2c3d4e5f"
Query Parameters
Opaque pagination token from a previous response.
Items per page (default 20, max 100).
1 <= x <= 10020
Response
OK
Request-scoped correlation identifier echoing X-Request-ID, for pivoting from response to trace.
"req-7a3f9c2e"
Audit records for the current page.
Effective page size applied to this response.
20
Opaque cursor for the next page; absent when this is the last page. Do not parse.
Opaque cursor for the previous page; reserved for future bidirectional cursoring, absent today. Do not parse.

