templates
Search and retrieve message templates with comprehensive filtering.
Provides flexible search capabilities across template data including types, channels, default designations, and localization with pagination support.AUTH: Role=[configuration.OWNER,configuration.EDITOR,configuration.VIEWER]
templates(
input: TemplateSearchInput!
): TemplateResponse!
Arguments
templates.input
● TemplateSearchInput!
non-null input
Search criteria for filtering and retrieving templates.
Comprehensive search configuration including type filters, pagination settings, sorting options, and default template designations for targeted template discovery.
Type
TemplateResponse
object
Paginated response containing template search results.
Extends the base paginated response with template-specific data, providing comprehensive search results with pagination metadata for efficient template browsing and management.