List executions
Retrieves all executions for the current organization with optional filtering
Body
Request parameters for listing executions
Filter executions by status
InProgress, Completed, Enqueued, Failed, Paused Filter executions by login external ID
Search executions by execution ID or parameters. Multiple search terms are combined with OR (union search).
Filter executions by batch external ID
Filter executions by workflow external ID
Filter executions by workflow tag external IDs (workflows must have all specified tags)
Filter executions with start time >= this timestamp (ISO 8601 format, UTC)
Filter executions with start time <= this timestamp (ISO 8601 format, UTC)
Filter executions by test run status
Response
Executions retrieved successfully
List of executions
- Active Execution (In Progress or Paused)
- Enqueued Execution
- Active Execution (In Progress or Paused)
- Completed Execution Summary
- Failed Execution Summary
Total number of executions matching the filter criteria