Skip to main content
GET
List audit events for an organization

Authorizations

Authorization
string
header
required

User-bound credential carrying an identity: either a session JWT or a user access token (at:*) generated from the user settings UI. Send as Authorization: Bearer <token>. Org API keys (iak_*) are not accepted here - they carry no user identity. Use the x-prismeai-api-key header instead (see OrgApiKeyAuth).

Path Parameters

orgSlug
string
required

Organization slug.

Maximum string length: 64
Pattern: ^[a-zA-Z0-9_-]+$

Query Parameters

category
enum<string>

Filter by category.

Available options:
member,
role,
org,
sso,
quota,
apikey,
auth
Maximum string length: 32
action
string

Filter by action (created, updated, deleted, etc.).

Maximum string length: 32
dateStart
string<date-time>

ISO start (default last 7 days).

Maximum string length: 64
dateEnd
string<date-time>

ISO end (default now).

Maximum string length: 64
limit
string

Max results (default 50).

page
string

Page number (default 1).

Response

Audit log entries.

orgSlug
string
period
object
pagination
object
count
integer
logs
object[]