List templates available to AutoGenerator
Returns the themes/templates available to the caller's company for AutoGenerator. Results are always scoped to the auto_generator feature — the scoping is applied server-side and cannot be overridden by the caller.
Pagination is opt-in. Send limit (and follow next_cursor) to page; omit both limit and cursor to receive the full list unchanged.
Query parameters
Optional case-insensitive name filter.
Sort expression (for example name:asc).
Items per page (1–200, default 50). Enables pagination.
Opaque cursor from a previous response's next_cursor.
Source filter (e.g. brand vs prezent).
Optional feature flag filter.
Response
Templates returned.
Changes
Changed in 1 of the 2 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○