Skip to main content
GET
Python (SDK)

Authorizations

Authorization
string
header
required

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>.

Headers

X-On-Behalf-Of
string

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

Query Parameters

limit
integer
default:50
Required range: 1 <= x <= 200
before
integer<int64>

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

Required range: x >= 1

Response

Audit page

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

Pass as before to read the next page. Null when the log is exhausted, including when this page happened to be exactly full.