Executions
List Executions
List workflow executions for a linked account.
GET
List workflow executions (instances) for a linked account, paginated and filterable by workflow, app, status, date range, and more. Use it to build a run-history view or monitor recent activity.
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_TOKENQuery Parameters
Page number.
Page size.
Filter by status, e.g.
COMPLETED, RUNNING, FAILED.Filter by app slug.
Filter by workflow ID.
Filter by workflow name.
Filter to a single execution.
ISO start of the date range.
ISO end of the date range.
Filter by type, e.g.
ASYNC.Filter by source.
Sort ascending by creation time.
Response
- 200 OK