GET/organizations/{organizationId}/audit-logs

List audit logs

Lists security and configuration events with actor, target, IP, and request metadata.

Send request

Use the documented inputs to call this endpoint directly.

API serverbase URL
Bearer tokenBearerAuthoptional
Stored only in this browser for the BearerAuth security scheme and reused on every API page in this group.

Parameters

Values are applied to the request and the example on the right.

organizationIdpath · stringrequired

Opaque organization identifier.

limitquery · integeroptional

Maximum records to return. Defaults to 25.

cursorquery · stringoptional

Opaque cursor from a prior response.

actionquery · stringoptional
actor_idquery · stringoptional

Responses

200application/json

Audit-log page.

{
  "data": [
    {
      "id": "aud_01J8FM2P6Q9T4V7K3N5",
      "action": "api_key.revoked",
      "actor": {
        "type": "member",
        "id": "mem_01J8F3D2P9Q7V6N5M4K",
        "name": "Mira Kowalska"
      },
      "target": {
        "type": "api_key",
        "id": "key_01J8FF6Q2N4T8P9V3M5",
        "name": "Production data sync"
      },
      "ip_address": "203.0.113.42",
      "request_id": "req_01J8G6P2Q4M9V7K3N5T",
      "metadata": {
        "reason": "routine rotation"
      },
      "occurred_at": "2026-09-03T12:20:00Z"
    }
  ],
  "page": {
    "next_cursor": "eyJvZmZzZXQiOjI1fQ",
    "previous_cursor": null,
    "has_more": true
  },
  "request_id": ""
}
dataarray<>optional
pageoptional
request_idstringoptional