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)

Available options:
success,
failure,
error
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[]
templating_enabled
boolean
template_data
object