Skip to main content

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

flowUuidstringRequired

The flow's stable id.

Response (200)

flowUuidstring

The flow's stable id.

namestring

Display name.

descriptionstring | null

Author-set description.

orchestrationobject

The flow definition — its nodes, links, and metadata. This is the same document a fork copies.

forkCountinteger

How many times this flow has been forked.

updatedAtstring

ISO-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-b4c5d6e7f809
1 min read