Workflows
Get Workflow
Get a workflow by ID, including its nodes and edges.
GET
Return a workflow by ID with an allowlisted set of fields, including its
nodes (with the start node’s trigger config) and edges. For safety this is org-scoped: it returns 403 if the workflow is private to a different linked account.
This read is org-scoped, so it works for public (org, slug-level) workflows. To read a private workflow (one that belongs to a linked account), pass that account’s
linked_account_id.Authentication
Your Refold API key.
Required to access a workflow that is private to a linked account.
Path Parameters
The workflow ID.
Response
- 200 OK
- 403 Forbidden
- 404 Not Found