Audit view over the trace graph. Returns recent traces with principal/key/time/kind filters.
Path parameters
Spectron context id
Query parameters
Filter by principal (api-key id)
Alias for principal
The trace kind discriminant — a closed three-value set over the trace tables. Serialises to decision / retrieval / response so the /audit wire shape and the kind= filter stay locked to the enum and can't drift (typos are rejected, the match arms are exhaustive, and the OpenAPI schema enumerates the allowed values).
Trace kind filter: decision|retrieval|response
Inclusive lower bound on created_at (RFC 3339)
Inclusive upper bound on created_at (RFC 3339)
Max rows to return (default 100, max 500)
Continuation token from the previous page's page.nextCursor
Response
Changes
Changed in 1 of the 5 revisions of this API.3
- ○
added the new optional
queryrequest parametercursornew-optional-request-parameter
- ○
added the non-success response with the status
503response-non-success-status-added
- ○
added the required property
pageto the response with the200statusresponse-required-property-added
- ○