Skip to main content
GET
Get the current background merge job for a branch

Authorizations

X-API-Key
string
header
required

Headers

customer
string
required

Workspace identifier

Path Parameters

projectId
string
required

Project UUID, not a slug. Resolve a slug with GET /project/slug/{slug} using the same workspace and credentials, then pass the returned id.

id
string
required

Response

200 - application/json
attempts
number
required
branch_id
string
required
enqueued_at
string
required
id
string
required
progress_percent
number
required
project_id
string
required
replayed_diff_count
number
required
status
enum<string>
required
Available options:
queued,
running,
succeeded,
failed
total_diff_count
number
required
updated_at
string
required
completed_at
string
last_error
string
last_error_reference
string
started_at
string