---
title: "List scenario incomplete executions"
method: GET
path: "/dlqs"
tags: ["Incomplete executions"]
---

# List scenario incomplete executions

`GET /dlqs`

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

- `scenarioId` integer, required
- `idSearch` string
- `createdFrom` integer
- `createdTo` integer
- `sizeFrom` integer
- `sizeTo` integer
- `status` 'resolved' | 'scheduled' | 'inprogress' | 'unresolved'
- `scheduledInFrom` integer
- `scheduledInTo` integer
- `attemptsFrom` integer
- `attemptsTo` integer

## Response `200`

Successful response

- object
  - `dlqs` object[]
    - `id` string
    - `reason` string
    - `created` string, date-time
    - `size` integer
    - `resolved` boolean
    - `retry` boolean
    - `attempts` integer

---

[API](https://skmtc.dev/make/apis/web-api-v2-public.md) · [All operations](https://skmtc.dev/make/apis/web-api-v2-public/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/make/web-api-v2-public/revisions/531769e6f813/schema)
