Skip to main content
GET
Permission Required: project:read-runs
Retrieve details for a specific job, including associated runs.

Path Parameters

jobId
string
required
The job ID (UUID)

Response

The response uses the same Job object described in List Jobs.

Authorizations

X-Api-Key
string
header
required

API key for authentication

Path Parameters

jobId
string<uuid>
required

The job ID

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<uuid>
project_id
string<uuid>
status
enum<string>
Available options:
QUEUED,
STARTING,
RUNNING,
STOPPING,
CLEANING_UP,
COMPLETED
created_at
string<date-time>
completed_at
string<date-time> | null
multiplayer_test_id
string<uuid>
test_name
string | null
platform
string | null
build_id
string<uuid> | null
test_plan_execution_id
string<uuid> | null
queue_rejection_reason
string | null
templating_enabled
boolean
template_data
object | null
stopped_by
object | null
tags
string[]
retries
object
runs
object[]