Oore CI
ReferenceAPIOperationsRunners

Get job status

Runner checks the current status of its assigned build.

Operation IDget_job_status
GET
/v1/runners/{runner_id}/jobs/{job_id}

Runner checks the current status of its assigned build.

Authorization

bearer_auth
AuthorizationBearer <token>

In: header

Path Parameters

runner_id*string

Runner ID

job_id*string

Build/Job ID

Response Body

application/json

curl -X GET "https://example.com/v1/runners/string/jobs/string"
{  "status": "string"}