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"
Deprecated. Use sort_by and sort_order. Sort field and direction in format "field:ASC" or "field:DESC". Valid fields: name, slug, createdAt, updatedAt.
Example:
"name:ASC"
Sort field. Defaults to "name".
Available options:
name, slug, created_at, updated_at Sort order. Defaults to "asc".
Available options:
asc, desc Cursor for pagination (template ID)
Required range:
1 <= x <= 100Exclude the blank template from results
Available options:
true, false Example:
"true"