List
Retrieve a list of templates with pagination options using the default context.Parameters
Pagination options for the list request.
Returns
Returns a*ListTemplatesResponse containing the list of templates.
Example
ListWithContext
Retrieve a list of templates with custom context and pagination options.Parameters
Context for the request, useful for timeouts and cancellation.
Pagination options for the list request.
Returns
Returns a*ListTemplatesResponse containing the list of templates.
Example
Types
ListTemplatesResponse
Response from listing templates.The object type, always “list”.
Array of template items.
Indicates whether there are more templates available beyond the current page.
TemplateListItem
Represents a template in a list response.The unique identifier of the template.
The name of the template.
The status of the template (e.g., “draft”, “published”).
ISO 8601 timestamp of when the template was published. Null if not published.
ISO 8601 timestamp of when the template was created.
ISO 8601 timestamp of when the template was last updated.
The unique alias of the template.