ReferenceAPIOperationsRunners
Get job status
Runner checks the current status of its assigned build.
Operation ID
get_job_statusRunner 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"}Runner heartbeat POST
Sends a heartbeat from a runner to report its status. Authenticated via runner token.
Discover a private GitLab repository for checkout GET
Internal Git smart-HTTP endpoint. The runner token is accepted only for the repository assigned to this job; GitLab credentials remain server-side.