Audit logs
The org's audit trail (keyset paginated, admin)
GET
/audit-logsAuthorization
bearerAuth AuthorizationBearer <token>
In: header
Query Parameters
action?string
resource_id?string
cursor?string
limit?integer
Range
1 <= value <= 500Default
50organization?string
Organization slug (OAuth actors with several orgs); API keys imply theirs.
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/audit-logs"{ "items": [ { "property1": null, "property2": null } ], "next_cursor": "string"}{ "error": { "code": "string", "message": "string", "reason": "string", "index": 0, "request_id": "string" }}{ "error": { "code": "string", "message": "string", "reason": "string", "index": 0, "request_id": "string" }}