pipeline_timeline
Get the timeline of stages and jobs for a pipeline run. Filter by state or result to limit data returned.
Instructions
Retrieve the timeline of stages and jobs for a pipeline run, to reduce the amount of data returned, you can filter by state and result
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runId | Yes | Run identifier | |
| state | No | Optional state filter (single value or array) applied to returned timeline records | |
| result | No | Optional result filter (single value or array) applied to returned timeline records | |
| projectId | No | The ID or name of the project (Default: MyProject) | |
| pipelineId | No | Optional pipeline numeric ID for reference only | |
| timelineId | No | Optional timeline identifier to select a specific timeline record |