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

Respuesta Exitosa

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

Cursor opaco para la página siguiente; nulo cuando no hay más elementos.

total
integer | null
required

Número total de elementos, o null cuando el conteo es costoso.