Github API - Test Config

GET /repos/{owner}/{repo}/actions/runs/{run_id}
actions
repos

Gets a specific 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.
Get a workflow run

Arguments
key owner

owner [scalar]

The account owner of the repository. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

key repo

repo [scalar]

The name of the repository. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

key run-id

run-id [scalar]

The unique identifier of the workflow run.

API:
Github Open API
(version: 1.1.4)

key exclude-pull-requests

exclude-pull-requests [scalar]

If true pull requests are omitted from the response (empty array).

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json workflow-run

workflow-run [object]

An invocation of a workflow

Attributes
actor simple-user

artifacts_url string

The URL to the artifacts for the workflow run.

cancel_url string

The URL to cancel the workflow run.

check_suite_id integer

The ID of the associated check suite.

check_suite_node_id string

The node ID of the associated check suite.

check_suite_url string

The URL to the associated check suite.

conclusion string

created_at string

display_title string

The event-specific title associated with the run or the run-name if set, or the value of run-name if it is set in the workflow.

event string

head_branch string

head_repository minimal-repository

head_repository_id integer

head_sha string

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

html_url string

id integer

The ID of the workflow run.

jobs_url string

The URL to the jobs for the workflow run.

logs_url string

The URL to download the logs for the workflow run.

name string

The name of the workflow run.

node_id string

path string

The full path of the workflow

previous_attempt_url string

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

pull_requests pull-request-minimal []

referenced_workflows referenced-workflow []

repository minimal-repository

rerun_url string

The URL to rerun the workflow run.

run_attempt integer

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

run_number integer

The auto incrementing run number for the workflow run.

run_started_at string

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

status string

triggering_actor simple-user

updated_at string

url string

The URL to the workflow run.

workflow_id integer

The ID of the parent workflow.

workflow_url string

The URL to the workflow.

API:
Github Open API
(version: 1.1.4)
API:
Github Open API
(version: 1.1.4)