Orchestration - Runs
Count runs
Count orchestration runs
post/orchestration/runs/count
Request body
workflowUuidstring uuid required
Workflow identifier.
userUuidstring uuid
User identifier to filter by.
releaseUuidstring uuid
Release identifier to filter by.
batchUuidstring uuid
Batch identifier to filter by.
statusesstring[]
Run statuses to include.
recordIdstring
Record ID to filter by.
recordTitlestring
Record title to filter by.
recordTitleOrIdstring
Record title or ID to filter by.
parentUuidstring uuid
Parent run identifier to filter by.
parentNodeUuidstring uuid
Parent node identifier to filter by.
parentBatchUuidstring uuid
Parent batch identifier to filter by.
isGroupParentboolean
Whether to select group parent runs.
createdAfterstring
Include runs created after this timestamp.
createdBeforestring
Include runs created before this timestamp.
updatedAfterstring
Include runs updated after this timestamp.
updatedBeforestring
Include runs updated before this timestamp.
Response
Successful response
countnumber required
Number of runs matching the filter.