Audit logs

The org's audit trail (keyset paginated, admin)

GET/audit-logs

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Query Parameters

action?string
resource_id?string
cursor?string
limit?integer
Range1 <= value <= 500
Default50
organization?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"}