Skip to main content
Schema1.1.4object

workflow-run

An invocation of a workflow

Source
github-v3-rest.json
Revision
f5f067c1e6f6
Active snapshot
85e53e3d0d65

Workflow Run

object

An invocation of a workflow

artifacts_url string
required

The URL to the artifacts for the workflow run.

cancel_url string
required

The URL to cancel the workflow run.

check_suite_id integer
optional

The ID of the associated check suite.

check_suite_node_id string
optional

The node ID of the associated check suite.

check_suite_url string
required

The URL to the associated check suite.

conclusion string
requirednullable
created_at string (date-time)
required
event string
required
head_branch string
requirednullable
head_repository_id integer
optional
head_sha string
required

The SHA of the head commit that points to the version of the workflow being run.

html_url string
required
id integer
required

The ID of the workflow run.

jobs_url string
required

The URL to the jobs for the workflow run.

logs_url string
required

The URL to download the logs for the workflow run.

name string
optionalnullable

The name of the workflow run.

node_id string
required
previous_attempt_url string
optionalnullable

The URL to the previous attempted run of this workflow, if one exists.

pull_requests array
requirednullable
rerun_url string
required

The URL to rerun the workflow run.

run_attempt integer
optional

Attempt number of the run, 1 for first attempt and higher if the workflow was re-run.

run_number integer
required

The auto incrementing run number for the workflow run.

run_started_at string (date-time)
optional

The start time of the latest run. Resets on re-run.

status string
requirednullable
updated_at string (date-time)
required
url string
required

The URL to the workflow run.

workflow_id integer
required

The ID of the parent workflow.

workflow_url string
required

The URL to the workflow.