Get Template Run
Retrieve a template run: its status, rolled up from its outputs, and each output’s own status and download URL once completed.
Path parameters
The ID of the template, as shown in the ElevenLabs app or by GET /v1/flows/templates.
Headers
Response
The template this run executed, so a webhook consumer running several templates can tell their runs apart without keeping a run-to-template map.
The template version this run executed. Resolved when the run is created, so a run started with latest records the concrete version it ran.
The run’s status, rolled up from its outputs: pending until an output starts, generating while any output is unfinished, completed once every output has completed, and failed once every output has finished and at least one failed. completed and failed are terminal: the flows_template_run webhook fires once the run reaches either.
The run’s outputs, keyed by output port id. Each is a TemplateOutput discriminated on type, the type of its port’s content_schema.