List templates
Templates
List templates
Retrieve a paginated list of simulation templates with optional filtering and sorting.
GET
List templates
Authorizations
API key for authentication
Query Parameters
Supported fields: simulation_type, template_name, agent_id, create_time, update_time
Operators: =, !=, >, <, >=, <=, AND, OR
Date format: ISO 8601 (e.g., 2025-10-01T00:00:00Z)
Maximum number of results per page
Required range:
1 <= x <= 100Opaque pagination token from previous response.
Do not decode or modify this token.
Sort order specification.
Formats:
- Dash-prefix:
-create_time(descending),template_name(ascending) - Space-separated:
create_time desc,template_name asc
Sortable fields: create_time, update_time, template_name, simulation_type