v1

latestOpenAPI 3.1.02026-08-063776831.4 MB
MonitoringWorkflow

Get pipeline runs for a monitoring workflow

Retrieves pipeline runs for the specified monitoring workflow with optional filtering, pagination, and ordering.

get/monitoring-workflows/{workflowId}/pipeline-runs

Path parameters

workflowIdstring required

ID of the monitoring workflow

Query parameters

cursorstring

Cursor for cursor-based pagination

filterstring

Filter criteria. Example: {"createdAt":{"gte":"2023-01-01T00:00:00Z"}}

includeStepsboolean

Whether to include pipeline steps in the response

orderstring

Sort order. Example: {"createdAt":"desc"}

pageinteger

Page number (0-based), for offset-based pagination

sizeinteger

Page size

Headers

tenant-idstring required

Tenant ID

Response

Successfully retrieved pipeline runs

totalCountinteger

Total count of pipeline runs matching the filter criteria

Example response

{
  "totalCount": 100
}