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/renders
{ "count": 12, "jobs": [ { "id": "job_z", "workflow_id": "wf_a", "status": "done" }, { "id": "job_y", "workflow_id": "wf_b", "status": "running" } ] }
Cross-workflow render history for the user.
Was this page helpful?