List Template Runs

List this template's runs created through this API, newest first.

Path parameters

template_idstringRequired

The ID of the template, as shown in the ElevenLabs app or by GET /v1/flows/templates.

Headers

xi-api-keystringOptional

Query parameters

cursorstring or nullOptional

Pagination cursor: the next_cursor value of the previous page’s response. Omit it for the first page.

page_sizeintegerOptional1-100Defaults to 30
How many runs to return per page.
version_idstring or nullOptional
Only return runs of this template version id.

Response

Successful Response
runslist of objects

The runs on this page, newest first. Each item has the same shape as GET /v1/flows/templates/{template_id}/runs/{run_id}.

next_cursorstring or null

Pass as cursor to fetch the next page. null when there is no further page.

has_morebooleanRead-only
Whether more runs exist beyond this page.

Errors

422
Unprocessable Entity Error