> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lavendly.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# List all renders

> Cross-workflow render history for the user.

<ParamField query="limit" type="integer" default="20">1-100.</ParamField>

<ResponseExample>
  ```json 200 theme={null}
  {
    "count": 12,
    "jobs": [
      { "id": "job_z", "workflow_id": "wf_a", "status": "done"   },
      { "id": "job_y", "workflow_id": "wf_b", "status": "running" }
    ]
  }
  ```
</ResponseExample>
