Skip to main content
GET
Returns details of a specific workflow.

Request

Authorization
string
required
Bearer <API_KEY> from Console > Developers > Workspace API Keys.

Path parameters

client_id
string
required
Client identifier of the app.
workflow_id
string
required
Workflow identifier.

Response

workflowId
string
Workflow identifier.
name
string
Workflow name.
entryNodeId
string
Entry node ID.
nodes
object[]
Array of flow nodes.
createdAt
string
ISO 8601 timestamp.
updatedAt
string
ISO 8601 timestamp.