List Templates
List Templates
Returns available project templates with support for filtering, sorting, and search.
GET
List Templates
Query Parameters
Search term to filter templates by name or slug
Example:
"landing"
Filter by use case/category (e.g., "Store", "Landing")
Example:
"Store"
Sort field and direction in format "field:ASC" or "field:DESC". Valid fields: name, slug, created_at, updated_at
Example:
"name:ASC"
Cursor for pagination (template ID)
Required range:
1 <= x <= 100Exclude the blank template from results
Available options:
true, false Example:
"true"