Executions

List executions

Retrieves all executions for the current organization with optional filtering

post/executions/list

Request body

status'InProgress' | 'Completed' | 'Enqueued' | 'Failed' | 'Paused'

Filter executions by status

loginIdstring

Filter executions by login external ID

searchstring[]

Search executions by execution ID or parameters. Multiple search terms are combined with OR (union search).

batchstring

Filter executions by batch external ID

workflowIdstring

Filter executions by workflow external ID

tagFiltersstring[]

Filter executions by workflow tag external IDs (workflows must have all specified tags)

fromTsstring date-time

Filter executions with start time >= this timestamp (ISO 8601 format, UTC)

toTsstring date-time

Filter executions with start time <= this timestamp (ISO 8601 format, UTC)

isTestboolean

Filter executions by test run status

Response

Executions retrieved successfully

totalnumber required

Total number of executions matching the filter criteria

Changes