Skip to main content
github.listWorkflowRunJobs lists jobs and steps for one workflow run.
automations/list-github-run-jobs.automation.ts
Provide the repository and runId. filter defaults to "latest" and also accepts "all". Optional attemptNumber selects one attempt directly. Pagination defaults to page 1 with 30 results. Returns each job’s id, name, status, and conclusion. Requires Actions read permission.