List Experiment Templates
List experiment templates accessible to the current organization.
Returns both organization-specific and system templates, excluding hidden
ones. The response is lightweight by default: large JSONB columns
(protocol_config, parameters_schema, time_series_spec,
metrics_spec, plot_options) and the source_protocol text are
omitted unless explicitly requested via ?include=. Fetch the full
template via GET /{template_id} when the user opens one.
Parameters
limit : int | None, optional
Page size (1-100). When omitted the full list is returned.
offset : int | None, optional
Number of records to skip before the page starts.
include : str | None, optional
Comma-separated list of heavy columns to include in the response.
Supported values: protocol_config, parameters_schema,
time_series_spec, metrics_spec, plot_options,
source_protocol. Unknown names are silently ignored.
Returns
ExperimentTemplateListResponse | list[ExperimentTemplate]
Paginated response with items, count, and total when
limit is provided; otherwise a plain list.
Query Parameters
1 <= x <= 100x >= 0