Retry automation run
Automations
Retry automation run
Retry a failed run from its failed step
POST
Retry automation run
This endpoint retries a failed execution from its failed step: steps that already succeeded are not re-executed, so any side effect they already caused (an email already sent, a row already written) is not repeated. Use it after fixing what made the run fail — a reconnected account, a recovered external API — instead of waiting for the next trigger event. The failed step and everything after it then run for real, completing the original event’s work.
Take the run’s id from List automation runs. A retry resumes the same run — it does not create a new one.
This endpoint takes no request body.
A missing automation or run — or one that does not belong to your account — returns a Error codes (
Path Parameters
string
required
The ID of the automation (from List automations)
string
required
The ID of the failed run (from List automation runs)
Response
string
The retried run’s ID (the same run that was passed in)
string
The run’s status right after the retry (e.g.
RUNNING, or SUCCEEDED when it finished instantly)string
Confirmation that already-succeeded steps were not re-executed
404.

