Executions
Get Execution by ID
Get a single workflow execution with its node-level detail.
GET
Retrieve a single execution by ID, including per-node status and output. Use it to debug a run or show progress.
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 ID.
Response
- 200 OK
- 404 Not Found