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.
Returns
list[OptimizationTemplate] Owned templates followed by system templates.
Query Parameters
Response
Successful Response
The name of the optimization template.
The unique identifier for the template.
The ID of the organization this template belongs to.
Timestamp of when the template was created.
Timestamp of when the template was last updated.
An optional description for the template.
Initial form data values.
The ID of the owner project (None for system templates).
Template scope: 'system' for built-in, 'project' for user-created.