Github API - Test Config

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

Lists all workflow runs for a repository. You can use parameters to narrow the list of results. For more information about using parameters, see Parameters.

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 workflow runs for a repository

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 actor

actor [scalar]

Returns someone's workflow runs. Use the login for the user who created the push associated with the check suite or workflow run.

API:
Github Open API
(version: 1.1.4)

key workflow-run-branch

workflow-run-branch [scalar]

Returns workflow runs associated with a branch. Use the name of the branch of the push.

API:
Github Open API
(version: 1.1.4)

key event

event [scalar]

Returns workflow run triggered by the event you specify. For example, push, pull_request or issue. For more information, see "Events that trigger workflows."

API:
Github Open API
(version: 1.1.4)

key workflow-run-status

workflow-run-status [scalar]

Returns workflow runs with the check run status or conclusion that you specify. For example, a conclusion can be success or a status can be in_progress. Only GitHub can set a status of waiting or requested.

API:
Github Open API
(version: 1.1.4)

key per-page

per-page [scalar]

The number of results per page (max 100).

API:
Github Open API
(version: 1.1.4)

key page

page [scalar]

Page number of the results to fetch.

API:
Github Open API
(version: 1.1.4)

key created

created [scalar]

Returns workflow runs created within the given date-time range. For more information on the syntax, see "Understanding the search syntax."

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)

key workflow-run-check-suite-id

workflow-run-check-suite-id [scalar]

Returns workflow runs with the check_suite_id that you specify.

API:
Github Open API
(version: 1.1.4)

key workflow-run-head-sha

workflow-run-head-sha [scalar]

Only returns workflow runs that are associated with the specified head_sha.

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json 3863

3863 [object]

Attributes
total_count integer

workflow_runs workflow-run []

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