Get public workflow version
Retrieve a specific version of a public or unlisted workflow by organization nickname.
No authentication required — send no Authorization header.
Example:
GET /v1/public/@acme-corp/workflows/my-generator/versions/v1
Path Parameters
Organization nickname (without @ prefix)
"acme-corp"
Workflow slug
"my-image-generator"
Version identifier
"v1"
Response
Workflow version details
Flat public view of one workflow version. Empty optional fields are omitted from the JSON entirely.
Unique workflow identifier
"50741f40-8621-4d46-8a91-dff4d873be98"
Version identifier
"v1"
Workflow slug
"my-generator"
Public workflow name
"My Generator"
Public workflow description
"Generates images from text prompts"
Version lifecycle status
active, archived, deleted "active"
RFC3339 timestamp when version was created
"2025-12-01T10:00:00Z"
RFC3339 timestamp when version was last updated
"2025-12-05T14:20:00Z"
Thumbnail URL. Omitted when unset.
"https://storage.googleapis.com/uploads/thumb.png"
Category slugs. Omitted when empty.
The complete workflow definition. Omitted when the version has no stored definition.
Example output URL. Omitted when unset.
"https://storage.googleapis.com/uploads/example.png"