Get Experiment Template
Get a specific experiment template by ID.
Parameters
template_id : str ID of the template to retrieve.
Returns
ExperimentTemplate The experiment template.
Raises
NotFoundError If the template does not exist or is not accessible to the caller.
Path Parameters
Response
Successful Response
Pydantic model for experiment template database entity.
Name of the template
ID of the organization that owns this template
Unique identifier for the template
Description of the template
Template string for generating user-facing descriptions with {{param}} placeholders
Protocol configuration (UCP format). Omitted from list responses by default; opt in via ?include=protocol_config.
Parameters schema defining what parameters this template accepts. Omitted from list responses by default; opt in via ?include=parameters_schema.
When the template was created
When the template was last updated
Plot configuration options organized by plot type (time_series, metrics)
Specification mapping time-series keys to calculation rules.
Specification mapping metric names to calculation rules.
Original protocol text as entered by the user
User ID of the user who created this template
Email of the user who created this template