Skip to main content
GET
Python (SDK)

Autorizaciones

Authorization
string
header
requerido

Gateway auth: send Authorization: Bearer <mka1-api-key>. For multi-user server-side integrations, you can also send X-On-Behalf-Of: <external-user-id>.

Encabezados

X-On-Behalf-Of
string

Optional external end-user identifier forwarded by the API gateway.

Parámetros de consulta

limit
integer
predeterminado:50
Rango requerido: 1 <= x <= 200
before
integer<int64>

Return entries with an id lower than this (from next_before).

Rango requerido: x >= 1

Respuesta

Página de auditoría

entries
object[]
requerido
next_before
integer<int64> | null
requerido

Pase como before para leer la siguiente página. Nulo cuando el registro se haya agotado, incluso cuando esta página haya estado exactamente llena.