Audit Export

Export your audit log for compliance and analysis.

Formats

Events can be exported as CSV or JSON.

How to Export

Click the CSV or JSON export buttons on your app's Requests page. Default is 30 days.

Dashboard export URL

GET /dashboard/apps/:app_id/export?format=json&days=30

This URL is accessible from a logged-in browser session only — it is not callable with a Bearer token from server-side code. For automated export, download the file manually from the dashboard and process it in your pipeline.

Exported fields

FieldDescription
idUnique event ID
typeEvent type (ai.request, ai.response, etc.)
inserted_atISO 8601 timestamp (UTC)
environmentdevelopment, staging, or production
providerAI provider (openai, anthropic, etc.)
modelModel name used
request_idGroups request/response/error events together
decisionallow, warn, or block
prompt_tokensInput token count
completion_tokensOutput token count
cost_usdEstimated cost in USD
violationsJSON array of rule violations (if any)
metadataJSON object of custom metadata you submitted