Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Headers

Authorization
string

Bearer token; only required when the auth plugin is enabled

Path Parameters

organization_id
string
required

Organization ID (UUID)

Query Parameters

limit
string

Maximum number of events to return (default 20)

cursor
string

Opaque pagination cursor

sort_order
string

Sort order: asc or desc (default desc)

action
string

Filter by action

actor
string

Filter by actor

outcome
string

Filter by outcome: success, failure, or already_exists

start_date
string

Inclusive lower time bound (yyyy-mm-dd or RFC3339)

end_date
string

Inclusive upper time bound (yyyy-mm-dd or RFC3339)

Response

OK

items
object[] | null
required
limit
integer<int64>
required
organization_id
string
required
next_cursor
string
prev_cursor
string