API referenceAudit logs
GET /audit-logs
Query Parameters
action?string
resourceType?string
source?string
Filter by origin: dashboard, apikey, or mcp
before?string
RFC3339 upper bound (exclusive); defaults to now
limit?integer
Format
int64Range
1 <= value <= 200Default
50Response Body
application/json
application/problem+json
curl -X GET "https://example.com/audit-logs"{ "$schema": "https://example.com/schemas/ListOutputBody5.json", "data": [ { "action": "string", "actorEmail": "string", "actorId": "string", "createdAt": "string", "entryHash": "string", "id": "string", "ipAddress": "string", "metadata": null, "organizationId": "string", "prevHash": "string", "resourceId": "string", "resourceType": "string", "seq": 0, "source": "string" } ]}