List Optimization Templates
List all optimization templates accessible from the given project.
Returns the project's own templates combined with system-level templates.
Parameters
project_id : str The owner project whose templates should be retrieved. q : str | None, optional Free-text search on template name plus prefix full-text match, matching the global search. Pushed into each source query (project + system) as a SQL filter before the in-memory merge, rather than a Python substring. created_at_gt, created_at_lt, updated_at_gt, updated_at_lt : str | None, optional ISO datetime strings for date-range (between) filtering on the created_at / updated_at columns.
Returns
list[OptimizationTemplate] Owned templates followed by system templates.
Query parameters
Free-text search on template name plus prefix full-text match, matching the global search.
Free-text search on template name plus prefix full-text match, matching the global search.
Response
Successful Response