List Template Runs
List this template's runs created through this API, newest first.
Path parameters
template_id
The ID of the template, as shown in the ElevenLabs app or by GET /v1/flows/templates.
Headers
xi-api-key
Query parameters
cursor
Pagination cursor: the next_cursor value of the previous page’s response. Omit it for the first page.
page_size
How many runs to return per page.
version_id
Only return runs of this template version id.
Response
Successful Response
runs
The runs on this page, newest first. Each item has the same shape as GET /v1/flows/templates/{template_id}/runs/{run_id}.
next_cursor
Pass as cursor to fetch the next page. null when there is no further page.
has_more
Whether more runs exist beyond this page.
Errors
422
Unprocessable Entity Error