Skip to main content
GET
Error

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Encabezados

Authorization
string

Bearer token; only required when the auth plugin is enabled

Parámetros de ruta

organization_id
string
requerido

Organization ID (UUID)

Parámetros de consulta

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)

Respuesta

OK

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