v1

latestOpenAPI 3.0.02026-07-23620132.5 KB
Incomplete executions

List 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.

get/dlqs

Query parameters

scenarioIdinteger required

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.

idSearchstring

Filters the incomplete executions by a substring of their ID value (case-insensitive).

createdFrominteger

Filters the incomplete executions created on or after this Unix timestamp (in milliseconds).

createdTointeger

Filters the incomplete executions created on or before this Unix timestamp (in milliseconds).

sizeFrominteger

Filters the incomplete executions with a payload size (in bytes) greater than or equal to this value.

sizeTointeger

Filters the incomplete executions with a payload size (in bytes) less than or equal to this value.

status'resolved' | 'scheduled' | 'inprogress' | 'unresolved'

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).

scheduledInFrominteger

Filters the incomplete executions with the next automatic retry scheduled on or after this Unix timestamp (in milliseconds).

scheduledInTointeger

Filters the incomplete executions with the next automatic retry scheduled on or before this Unix timestamp (in milliseconds).

attemptsFrominteger

Filters the incomplete executions with a number of retry attempts greater than or equal to this value.

attemptsTointeger

Filters the incomplete executions with a number of retry attempts less than or equal to this value.

Response

Successful response