Executions
Rerun Execution
Retry a failed or stopped workflow execution using its original trigger payload.
POST
Retry a failed or stopped execution using the original trigger payload. Refold creates and starts a new execution, then returns its ID.
Option 2: Session token
Authentication
This endpoint is scoped to a linked account, so it accepts either authentication method. Option 1: API keyYour Refold API key.
The linked account.
Session token. Format:
Bearer YOUR_SESSION_TOKENPath Parameters
The execution (instance) ID to rerun.
Response
- 200 OK
- 404 Not Found