Retrieve a paginated list of all transactional email templates (including automation templates) with their details such as name, subject, sender, status, HTML content, and timestamps. Results default to 50 per page (max 1000) and are sorted in descending creation order unless overridden. You can filter by active/inactive status using templateStatus and by editor type using editorType (currently only richTextEditor is supported).
The API key should be passed in the request headers as api-key for authentication.
Filter on the status of the template. Active = true, inactive = false
Sort the results in the ascending/descending order of record creation. Default order is descending if sort is not passed
Filter on the editor type used to create the template. Currently only richTextEditor is supported as a filter value.