API referenceAudit trail
GET /audit-trail
Query Parameters
since?string
Window start (RFC3339); defaults to 24h before until
until?string
Window end (RFC3339); defaults to now
traceId?string
Restrict to a single trace
limit?integer
Max rows (default 1000, max 10000)
Format
int64Response Body
application/json
application/problem+json
curl -X GET "https://example.com/audit-trail"{ "$schema": "https://example.com/schemas/GetOutputBody.json", "decisions": [ { "appId": "string", "budgetApproaching": "string", "costUsd": 0.1, "enforcementAction": "string", "eventType": "string", "model": "string", "occurredAt": "string", "parentSpanId": "string", "provider": "string", "semanticKind": "string", "spanId": "string", "status": "string", "toolName": "string", "traceId": "string" } ]}