Get workflow details
Retrieve detailed information about a workflow including all its versions.
You can specify either the workflow UUID or slug as the workflowID parameter.
Authorizations
API key passed as Authorization: Bearer <api_key>
Path Parameters
Unique workflow identifier
"wf_abc123"
Response
Workflow details retrieved successfully
Complete workflow information including all versions
Unique workflow identifier
"50741f40-8621-4d46-8a91-dff4d873be98"
Human-readable workflow name
"Text to Image Generator"
URL-friendly workflow identifier
"text-to-image-generator"
Category slugs
Free-form workflow tags
Whether this is a production workflow
false
Whether the workflow appears in public listings
false
Number of times this workflow has been cloned
3
Workflow lifecycle status
active, archived, deleted "active"
Total number of times this workflow has been triggered
42
RFC3339 timestamp when workflow was created
"2025-12-01T10:00:00Z"
RFC3339 timestamp when workflow was last updated
"2025-12-07T15:30:00Z"
List of all versions for this workflow