Get public workflow version
Retrieve a specific version of a public or unlisted workflow by organization nickname.
No authentication required for unlisted workflows.
Example:
GET /api/v1/public/@acme-corp/workflows/my-generator/versions/v1
Documentation Index
Fetch the complete documentation index at: https://docs.eachlabs.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication
Path Parameters
Organization nickname (without @ prefix)
"acme-corp"
Workflow slug
"my-image-generator"
Version identifier
"v1"
Response
Workflow version details
Summary information about a workflow version
Version identifier
"v1"
Workflow slug (inherited from parent workflow)
"text-to-image-generator"
Whether this version is locked from modifications
false
Whether this is a production version
true
True if version is unlisted (accessible via direct link but hidden from public listings).
false
Number of times this specific version has been triggered
15
RFC3339 timestamp when version was created
"2025-12-01T10:00:00Z"
RFC3339 timestamp when version was last updated
"2025-12-05T14:20:00Z"
Version lifecycle status
active, archived, deleted "active"
The complete workflow definition (only included in detail responses). Contains steps, input schema, and metadata.