Last updated
© 2025 make.com
Last updated
Triggers a retry of the specified incomplete executions. You can either use the all
parameter to retry all incomplete executions of the scenario, or specify a list of incomplete execution IDs in the ids
property.
You can use the exceptIds
parameter to exclude incomplete executions from retrying.
The incomplete executions run with the blueprint from when the error happened. If you need to update the blueprint first, use the endpoint PATCH /dlqs/{dlqId}
.
Make puts the incomplete executions in a queue. If you are retrying a large number of incomplete executions, there might be a delay between receiving the response and Make retrying the incomplete execution.
The list of incomplete execution IDs you want to retry. All of the IDs have to belong to the same scenario.
Set to true to retry all incomplete executions of the scenario.
You can use this parameter together with the all parameter to specify incomplete execution IDs which shouldn’t be retried.
Successful response