Search workflow runs with filters. Supports filtering by workflow ID, status, user IDs, time range, and linked ticket.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the team. Required.
Filter by workflow ID.
Filter by statuses (multiple allowed).
WORKFLOW_RUN_STATUS_UNSPECIFIED, WORKFLOW_RUN_STATUS_PENDING, WORKFLOW_RUN_STATUS_RUNNING, WORKFLOW_RUN_STATUS_COMPLETED, WORKFLOW_RUN_STATUS_FAILED, WORKFLOW_RUN_STATUS_DENIED, WORKFLOW_RUN_STATUS_CANCELED Filter by the target user for the workflow run.
Filter by the user who initiated the workflow run.
Filter by runs created after this timestamp (RFC3339 format).
Filter by runs created before this timestamp (RFC3339 format).
Filter by linked ticket ID.
Maximum number of results to return. Default is 1000, maximum is 5000.
Token for pagination. Leave empty for the first request.