List Templates
Templates
List Templates
Retrieve a paginated list of templates
GET
List Templates
Documentation Index
Fetch the complete documentation index at: https://docs.firma.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication. Use your API key directly without any prefix (e.g., 'your-api-key'). Bearer prefix is optional but not required.
Query Parameters
Page number
Required range:
x >= 1Items per page
Required range:
1 <= x <= 200Filter by template name (partial match, case-insensitive)
Filter templates created after this date (ISO 8601 format)
Filter templates created before this date (ISO 8601 format)
Field to sort by
Available options:
name, created_on, last_changed_on Sort order
Available options:
asc, desc