API
CLI
GET /v1beta/projects/{project}/jobs/{job}/runs/{run}
Example response
200 OK
Details about the given job run.
JSON
{
"runId": "d34582a4-35bd-4c71-8e7c-e36999b88723",
"active": 0,
"backoffLimit": 0,
"completions": 1,
"concluded": true,
"failed": 0,
"runName": "cron-job-5fcf67bc56e1913e21d49504",
"status": "SUCCESS",
"succeeded": 0,
"startedAt": "2020-12-08T11:47:08Z"
}