Tool
List workflow jobs
The List Workflow Jobs tool by GitHub allows users to retrieve detailed information about jobs within a specific workflow run in a repository. It provides filtering and pagination options for efficient access to workflow job data.
Features
- Retrieve jobs for a specific workflow run using a unique run identifier.
- Filter jobs based on completion status with 'latest' or 'all' options.
- Supports pagination with customizable page number and results per page (1-100).
- Specifies repository owner and name for precise job listing.
- Read-only access ensures secure retrieval of workflow job information without altering data.
Benefits
- Enhances continuous integration monitoring by providing job-level visibility.
- Facilitates troubleshooting by accessing detailed job execution data.
- Improves automation workflows with easy retrieval of job statuses.
- Optimizes performance analysis through filtered and paginated job lists.
- Integrates seamlessly with GitHub repositories for streamlined DevOps processes.
Description
List jobs for a specific workflow run
Parameters
6 parameters
| Name | Type | Description |
|---|---|---|
| filter | enum | Filters jobs by their completed_at timestamp |
| ownerrequired | string | Repository owner |
| page | number | Page number for pagination (min 1) |
| perPage | number | Results per page for pagination (min 1, max 100) |
| reporequired | string | Repository name |
| run_idrequired | number | The unique identifier of the workflow run |