GET/1.0/flows/public/:flowUuid
Returns one public flow's metadata and its full definition — enough to preview it before forking. No authentication — rate-limited per IP. Get a flowUuid from GET /1.0/flows/public.
Path parameters
flowUuidstringRequiredThe flow's stable id.
Response (200)
flowUuidstringThe flow's stable id.
namestringDisplay name.
descriptionstring | nullAuthor-set description.
orchestrationobjectThe flow definition — its nodes, links, and metadata. This is the same document a fork copies.
forkCountintegerHow many times this flow has been forked.
updatedAtstringISO-8601 timestamp of the last update.
Requests for flows that aren't public return 404 not_found.
curl https://api.zerowidth.ai/1.0/flows/public/b3c1a2d4-5e6f-7081-92a3-b4c5d6e7f8091 min read