Skip to main content
QUERY
githubActionsWorkflowJobs(source: GitHubRequestSource!, codebaseRepositoryId: ID!, workflowRunId: ID!): [GitHubWorkflowJob!]!

Arguments

source

The source used to filter or perform the operation.

codebaseRepositoryId
ID!
required

Identifier of the codebase repository.

workflowRunId
ID!
required

Identifier of the workflow run.

id
ID!

Stable identifier for this GitHub workflow job.

name
String!

Display name of this GitHub workflow job.

Current status of this GitHub workflow job.

url
String

URL for this GitHub workflow job. May be null when unavailable or not applicable.

canRetry
Boolean!

Whether this GitHub workflow job can retry.

The retry unavailable reason associated with this GitHub workflow job. May be null when unavailable or not applicable.

Steps associated with this GitHub workflow job.

runAttempt
Int

The run attempt associated with this GitHub workflow job. May be null when unavailable or not applicable.

Query
Variables
Response