Skip to main content
GET
Permission Required: project:read-runs
Retrieve detailed information about a specific run, including step-by-step results and artifacts.

Authorizations

X-Api-Key
string
header
required

API key for authentication

Path Parameters

runId
string
required

The multiplayer run ID (12 lowercase alphanumeric characters)

Pattern: ^[a-z0-9]{12}$
projectId
string
required

The project ID. You can copy it from the project settings page or the project URL in the dashboard.

Response

Successful response

job_id
string

Job identifier that created this run

multiplayer_run_id
string

Unique identifier for the run (12 lowercase alphanumeric chars)

project_id
string

Project the run belongs to

state
enum<string>

Current state of the run

Available options:
initializing,
running,
completed
result
enum<string> | null

Result of the run (null if not completed). Run result label. SUCCESS, FAILED, SKIPPED and BLOCKED are test verdicts; TIMEOUT, ERROR and STOPPED are execution outcomes; MAX_STEPS is legacy (superseded by TIMEOUT).

Available options:
SUCCESS,
FAILED,
SKIPPED,
BLOCKED,
TIMEOUT,
ERROR,
STOPPED,
MAX_STEPS
bug_info
object | null
test
object
build
object | null
created_at
string<date-time>
started_at
string<date-time> | null
completed_at
string<date-time> | null
duration_ms
integer | null
initiator
object
tags
string[]
players
object[]

Players with full step details; overrides the summary players list.

templating_enabled
boolean
template_data
object | null

Rendered template values, or null when templating is disabled.