Skip to main content
QUERY
githubActionsWorkflowRuns(source: GitHubRequestSource!, codebaseRepositoryId: ID, branch: String, workflowId: ID, first: Int, after: String): GitHubActionsWorkflowRunPage!

Arguments

source

The source used to filter or perform the operation.

codebaseRepositoryId
ID

Identifier of the codebase repository. Omit it to leave this dimension unfiltered.

branch
String

The branch used to filter or perform the operation. Omit it to leave this dimension unfiltered.

workflowId
ID

Identifier of the workflow. Omit it to leave this dimension unfiltered.

first
Int
default:25

Maximum number of records to return. Defaults to 25.

after
String

Cursor or identifier after which to return records. Omit it to leave this dimension unfiltered.

Items associated with this GitHub actions workflow run page.

repositories

Repositories associated with this GitHub actions workflow run page.

repositoryErrors

Repository errors associated with this GitHub actions workflow run page.

hasNextPage
Boolean!

Whether this GitHub actions workflow run page has next page.

endCursor
String

The end cursor associated with this GitHub actions workflow run page. May be null when unavailable or not applicable.

Query
Variables
Response