POST
Retry Execution
Re-runs a failed execution from the failing step.
POST
https://api.vantaxai.com/v1/executions/{execution_id}/retryReplays the execution using the original `trigger_event`. Steps that already completed are skipped, and execution resumes from the first failed step. Returns a new execution in the `running` state.
Only failed runs
Retry is available for executions with status `failed`. Retrying a completed or running execution returns a 409 Conflict.
Headers
AuthorizationstringrequiredBearer authentication with your secret API key.
example: Bearer vx_live_3fa9c2…
Path Parameters
execution_idstringrequiredThe execution to retry. Must be in the `failed` state.
example: exec_5a90fd