How to run an incomplete execution by API

I need to be able to GET incomplete executions by API and then attempt to RUN these by API call.

reference this case but GET incomlete executions by API and then re-run by other API

Thanks!

May peace be upon you @Andres_Pradilla

For getting the incomplete executions of a scenario you can use this API endpoint https://www.make.com/en/api-documentation/dlqs-get

And then update the blueprint to resolve the incomplete execution using this API endpoint https://www.make.com/en/api-documentation/dlqs-dlqId-patch

Alternatively you can also use the Run Scenario API module to run the scenario using the input data from the incomplete execution.

If you need any further help, feel free to contact

2 Likes