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

cursor
string | null

Opaque pagination cursor from a previous response's next_cursor.

limit
integer
predeterminado:50
Rango requerido: 1 <= x <= 200
name
string | null

Return only the dataset with this exact name.

status
enum<string> | null

Return only datasets in this status.

Opciones disponibles:
pending_upload,
ready,
deleting

Respuesta

Respuesta Exitosa

data
Dataset · object[]
requerido
next_cursor
string | null
requerido

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

total
integer | null
requerido

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