pipeline_timeline
Retrieve pipeline run timeline with stages and jobs. Filter by state or result to reduce data and focus on specific records.
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 |
|---|---|---|---|
| projectId | No | The ID or name of the project (Default: MyProject) | |
| runId | Yes | Run identifier | |
| timelineId | No | Optional timeline identifier to select a specific timeline record | |
| pipelineId | No | Optional pipeline numeric ID for reference only | |
| 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 |