Get a Workflow
Use this endpoint to retrieve a specific workflow definition by its unique identifier.
Authorizations
JWT bearer token issued by the identity provider. Send it in the Authorization header as Bearer <token>.
Path Parameters
Unique identifier of the workflow.
Response
Indicates that the request was successful and the response contains the requested data.
Timestamp when the workflow was created.
"2026-03-17T14:30:00Z"
Human-readable description of the workflow.
"Receives a webhook trigger and logs the payment event."
Connections between nodes that define the execution flow.
Unique identifier of the workflow.
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
Custom key-value pairs for tagging or categorizing.
Unique name of the workflow.
"Payment Notification Flow"
The steps that make up this workflow.
Current lifecycle status: draft (editable), active (executable), or inactive (archived).
draft, active, inactive "active"
Timestamp of the last update.
"2026-03-17T15:00:00Z"

