Get a workflow
Workflows
Get a workflow
Retrieve a workflow graph with node type names, connections, and selected display fields.
GET
Get a workflow
Returns a simplified view of the workflow graph. Each node includes its
typeName, outgoing connections in nextNodeIds, and selected display fields. Use Get workflow node to retrieve full details for a single node.
Request
Path parameters
The ID of the workflow.
Response
Success
The workflow’s ID.
The workflow’s name.
The workflow’s description.
The workflow’s emoji.
The ID of the mailing list the workflow is sent to.
The ID of the workflow’s trigger node.
A map of node IDs to simplified node objects. Each node includes
typeName and nextNodeIds, plus type-specific fields when present.Error
A400 Bad Request is returned if id is invalid.
A 404 Not Found is returned if the workflow does not exist.
If the API key is invalid (or workflow API is not enabled for your team), a
401 Unauthorized is returned.
An error message describing what went wrong.
Last modified on June 22, 2026

