Learn
Help
Socials
© 2025 make.com
Last updated 1 day ago
Retrieves the list of incomplete executions of the specified scenario.
Successful response
const response = await fetch('https://eu1.make.com/api/v2/dlqs?scenarioId=0', { method: 'GET', headers: {}, }); const data = await response.json();
{ "dlqs": [ { "id": "text", "reason": "text", "created": "2025-01-11T06:26:16.663Z", "size": 0, "resolved": false, "retry": false, "attempts": 0 } ] }