Workflow Run API
Search Workflow Runs
Search workflow runs with filters. Supports filtering by workflow ID, status, user IDs, time range, linked ticket, and parent_workflow_run_id. To investigate a run's sub-workflows, search with parent_workflow_run_id set to that run's id (combine with statuses=[FAILED] to find failing children), then recurse into each child run.
post/v2/workflow-runs/search
Request body
Response
Success
Changes
No recorded changes to this endpoint across all 1 revision of this API.