v1
latestOpenAPI 3.0.02026-07-23620132.5 KBList scenario incomplete executions
Retrieves the list of incomplete executions of the specified scenario. Supports optional server-side filters — combine any of them to narrow down the results.
Query parameters
The ID value of the scenario. Use the API call GET /scenarios to get the ID of the scenario. If your scenario is placed in a folder, use the API call GET /scenarios-folders?teamId={teamId} first.
Filters the incomplete executions by a substring of their ID value (case-insensitive).
Filters the incomplete executions created on or after this Unix timestamp (in milliseconds).
Filters the incomplete executions created on or before this Unix timestamp (in milliseconds).
Filters the incomplete executions with a payload size (in bytes) greater than or equal to this value.
Filters the incomplete executions with a payload size (in bytes) less than or equal to this value.
Filters the incomplete executions by their derived status: resolved (already retried successfully), scheduled (will be automatically retried in the future), inprogress (currently being retried), or unresolved (none of the above).
Filters the incomplete executions with the next automatic retry scheduled on or after this Unix timestamp (in milliseconds).
Filters the incomplete executions with the next automatic retry scheduled on or before this Unix timestamp (in milliseconds).
Filters the incomplete executions with a number of retry attempts greater than or equal to this value.
Filters the incomplete executions with a number of retry attempts less than or equal to this value.
Response
Successful response