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

cursor
string | null

Opaque pagination cursor from a previous response's next_cursor.

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

Response

Successful Response

data
Model · object[]
required
next_cursor
string | null
required

Opaque cursor for the next page; null when there are no further items.

total
integer | null
required

Total number of items, or null when counting is expensive.