Skip to main content

workflow_jobs

Overview

Nameworkflow_jobs
TypeResource
Idgithub.actions.workflow_jobs

Fields

NameDatatype
total_countinteger
jobsarray

Methods

NameAccessible byRequired ParamsDescription
get_job_for_workflow_runSELECTjob_id, owner, repoGets 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.
list_jobs_for_workflow_runSELECTowner, repo, run_idLists jobs for 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. You can use parameters to narrow the list of results. For more information about using parameters, see Parameters.
list_jobs_for_workflow_run_attemptSELECTattempt_number, owner, repo, run_idLists jobs for a specific workflow run attempt. 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. You can use parameters to narrow the list of results. For more information about using parameters, see Parameters.
download_job_logs_for_workflow_runEXECjob_id, owner, repoGets a redirect URL to download a plain text file of logs for a workflow job. This link expires after 1 minute. Look
for Location: in the response header to find the URL for the download. 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.