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

kind
enum<string>

Restrict the page to one kind. Omit to list every run.

Opciones disponibles:
finetune,
deployment
cursor
string | null

Opaque pagination cursor from a previous response's next_cursor.

limit
integer
predeterminado:50
Rango requerido: 1 <= x <= 200

Respuesta

Una página de ejecuciones.

data
Run · 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.