Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.example.com/v1/workflows/{id}
{ "id": "wf_xyz", "name": "Bookshop fox", "nodes": [ { "id": "vid1", "type": "videoGenerator", "data": { "prompt": "...", "videoModel": "cinematic", "duration": 5 } } ], "edges": [], "version": 4, "updated_at": 1734001234567 }
Fetch a workflow’s full nodes + edges.
id
name
description
nodes
edges
duration
thumbnail_url
created_at
updated_at
version
404 workflow_not_found
Was this page helpful?