Workflows
Get Workflow
Retrieve a single workflow by ID.
GET
Returns details of a specific workflow.
Request
string
required
Bearer <API_KEY> from Console > Developers > Workspace API Keys.Path parameters
string
required
Client identifier of the app.
string
required
Workflow identifier.
Response
string
Workflow identifier.
string
Workflow name.
string
Entry node ID.
object[]
Array of flow nodes.
string
ISO 8601 timestamp.
string
ISO 8601 timestamp.

