Retrieve paged transactional templates.
GET {{baseUrl}}/templates?generations=<string>&page_size=<integer>&page_token=<string>
This endpoint allows you to retrieve all transactional templates.
Each user can create up to 300 different transactional templates. Transactional templates are specific to accounts and subusers. Templates created on a parent account will not be accessible from the subuser accounts.
Transactional templates are templates created specifically for transactional email and are not to be confused with [Marketing Campaigns templates](https://sendgrid.com/docs/ui/sending-email/working-with-marketin
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| generations | string | Comma-delimited list specifying which generations of templates to return. Options are legacy,dynamicorlegacy,dynamic. | |
| page_size | string | Number of recipients to return at a time (must be a positive integer between 1 and 1000) | |
| page_token | string | A token corresponding to a specific page of results, as provided by metadata |