List Templates with Pagination
Search
List Templates with Pagination
Paginated version of template search supporting cursor-based pagination tokens and relevance-scored results via OpenSearch.
GET
List Templates with Pagination
Authorizations
API key must be provided in the Authorization header
Response
Returns {success, templates_found, templates, next_token} on success, or {success: false, msg: "No templates found"} when empty
True if templates were found
Present when no templates found: "No templates found"
Count of returned templates in this page
Array of matching template objects
Opaque pagination cursor for fetching the next page; null when no more results