Endpoint
Authorization: Bearer <accessToken> header required.Request body: None.
Path Parameters
string
required
The unique ID of the workflow you want to retrieve. You receive this value in the response when you create a workflow, or you can look it up via the List Workflows endpoint.
Example Request
Replace:workflowId with the actual ID of your workflow:
Response
A successful request returns HTTP200 OK with a JSON object representing the requested workflow. If no workflow with the given ID exists on your account, the API returns 404 Not Found.
string
The unique identifier for this workflow.
string
The human-readable display name of the workflow.
object
The complete graph definition, including the full
nodes array (with each node’s id, type, and data) and the full edges array (with each edge’s source and target).string
An ISO 8601 timestamp indicating when the workflow was originally created (e.g.,
"2024-08-15T10:30:00.000Z").