Skip to main content
GET
List Templates with Pagination

Authorizations

Authorization
string
header
required

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

success
boolean

True if templates were found

msg
string

Present when no templates found: "No templates found"

templates_found
integer

Count of returned templates in this page

templates
object[]

Array of matching template objects

next_token
string

Opaque pagination cursor for fetching the next page; null when no more results