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 ruta

run_id
string
requerido
sample_index
integer
requerido
Rango requerido: 0 <= x <= 2147483647

Parámetros de consulta

task_id
string

Desambigua el índice de muestra, que es único por (tarea, modelo) y no por ejecución. Requerido cuando el índice coincide con ensayos de más de una tarea.

model
string

Desambiguar el índice de muestra cuando la ejecución cubre más de un modelo.

Respuesta

200 - application/json

Está bien

object
any
requerido
run_id
string
requerido
sample_index
integer
requerido
Rango requerido: -9007199254740991 <= x <= 9007199254740991
task_id
string
requerido
model
string
requerido
schema_version
string
requerido

Interchange format of steps, e.g. ATIF-v1.7. Read it before assuming a step shape.

step_count
integer
requerido
Rango requerido: -9007199254740991 <= x <= 9007199254740991
size_bytes
integer
requerido
Rango requerido: -9007199254740991 <= x <= 9007199254740991
steps
null[]
requerido

Steps exactly as the harness wrote them — reasoning_content, tool_calls[{ function_name, arguments }], observation.results[{ source_call_id, content }]. Passed through unvalidated so a harness upgrade does not need a gateway release.

logs
object | null
requerido

Bounded tails of the trial's log files, keyed by their path in the trial dir (trial.log, verifier/test-stdout.txt, ...). Null for trials recorded before logs were captured.