Skip to main content
GET
Get Run

Authorizations

X-API-Key
string
header
required

Path Parameters

run_id
integer
required

Cookies

wos-session
string
datalab_active_team
string

Response

Successful Response

RunCard-shaped (snake_case): the drawer/board consume this.

id
integer
required
processor_id
string
required

Public processor id (slug).

version
string
required

Pinned version label.

plane
enum<string>
required
Available options:
design,
execution
status
enum<string>
required
Available options:
queued,
running,
done,
error
error
RunErrorResponse · object | null
doc_name
string | null
request_id
string | null

APIRequest lookup key for the underlying inference request.

scorecard
Scorecard · object | null
check_results
CheckResultResponse · object[]
flag_ids
integer[]
token_usage
Token Usage · object | null
turns
integer | null

Agent-loop turns the run took (the substrate result's turn count, persisted at ingest). None for runs that never reached the loop or predate the column.

Required range: x >= 0
started
string<date-time> | null
finished
string<date-time> | null
created
string<date-time> | null