Skip to main content
GET
Python (SDK)

Autorizações

Authorization
string
header
obrigatório

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

Cabeçalhos

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
padrão:50
Intervalo obrigatório: 1 <= x <= 200
name
string | null

Return only the dataset with this exact name.

status
enum<string> | null

Return only datasets in this status.

Opções disponíveis:
pending_upload,
ready,
deleting

Resposta

Resposta Bem-Sucedida

data
Dataset · object[]
obrigatório
next_cursor
string | null
obrigatório

Cursor opaco para a próxima página; nulo quando não houver mais itens.

total
integer | null
obrigatório

Número total de itens, ou nulo quando a contagem é cara.