Skip to main content
Use these APIs for investigations, compliance exports, and operational tracing.

GET /v1/workspace/audit/events

Returns workspace-scoped audit items.

Query params

  • start_ms, end_ms
  • agent_id
  • action
  • decision
  • trace_id
  • limit (default 50, max 200)
  • cursor (pagination)

Example response

POST /v1/workspace/audit/export

Exports events as JSON or CSV.

Request body

Example response

Errors

  • 401 {"error":"missing_api_key"}
  • 400 {"error":"invalid_format"}
  • 500 {"error":"audit_unavailable"}