Get a job for a workflow run

GET {{baseUrl}}/repos/:owner/:repo/actions/jobs/:job_id

Gets a specific job in a workflow run. Anyone with read access to the repository can use this endpoint. If the repository is private you must use an access token with the repo scope. GitHub Apps must have the actions:read permission to use this endpoint.