Skip to main content
GET
List audit records

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Parámetros de consulta

from
string<date-time>

Inclusive lower bound on occurred_at (RFC 3339); omit for unbounded.

to
string<date-time>

Inclusive upper bound on occurred_at (RFC 3339); omit for unbounded.

actionType
string

Filter by exact action type.

participantIspb
string

Filter by exact participant ISPB (8 digits).

Pattern: ^[0-9]{8}$
cursor
string

Opaque pagination cursor.

limit
integer<int64>
predeterminado:50

Page size (default 50, max 200).

Rango requerido: 1 <= x <= 200

Respuesta

OK

hasMore
boolean
requerido

Whether more pages follow.

items
object[] | null
requerido

The page of audit records (never null; empty when nothing matches).

nextCursor
string

Opaque cursor for the next page; omitted when the trail is exhausted.