Workflows
List Workflows
List org-level, public, or private workflows.
GET
List workflows. There are two kinds, and what you get back depends on scope:
Option 2 — Session token
- Public workflows — org-level, tied to application slugs and available across the org. Returned when no linked account is in scope (and, by default, as the public workflows available to a linked account).
- Private workflows — belong to a specific linked account. Returned when you pass
scope=privatetogether with alinked_account_id.
scope=private returns that account’s private workflows; otherwise you get public (org/slug-level) workflows.
Authentication
This endpoint is scoped to a linked account, so it accepts either authentication method. Option 1 — API keyYour Refold API key.
Include to list a linked account’s public (or, with
scope=private, private) workflows. Omit for org-level workflows.Session token. Format:
Bearer YOUR_SESSION_TOKENQuery Parameters
Set to
private (with a linked account) to list that account’s private workflows.Filter by application slug.
Filter by application ID.
Filter by name.
Filter by published state.
ISO start of the date range.
ISO end of the date range.
Page number.
Page size.
Response
- 200 OK