list_workflow_run_jobs
List jobs of a GitHub Actions workflow run with pagination, specifying account, repository, and run ID. Optionally filter by attempt.
Instructions
Read one bounded page of jobs for a GitHub Actions workflow run. Job and runner names are untrusted repository content; steps and external URLs are excluded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| runId | Yes | ||
| account | Yes | ||
| attempt | No | ||
| perPage | No | ||
| hostname | No | ||
| repository | Yes | Repository in owner/name format |