latestOpenAPI 3.1.02026-08-194237902.5 MB
563848e0ecc0
MonitoringWorkflow
Fetch a single pipeline run by ID
Returns the detail of a specific pipeline run belonging to the specified monitoring workflow. Use this endpoint when you already have a pipeline run ID from GET /monitoring-workflows/{workflowId}/pipeline-runs. When includeSteps is true, the response includes the step-level breakdown of the pipeline execution; defaults to false when omitted. Requires MONITORING_WORKFLOW_PIPELINE_TRIGGER. The tenant-id header is mandatory.
get/monitoring-workflows/{workflowId}/pipeline-runs/{id}
Path parameters
idstring required
ID of the pipeline run
workflowIdstring required
ID of the monitoring workflow
Query parameters
includeStepsboolean
Whether to include the run's pipeline step breakdown. Defaults to false when omitted.
Headers
tenant-idstring required
Tenant ID
Response
The pipeline run record.