List Email Templates
Lists every email template in the store — the data behind the admin Marketing → Communications → Email Templates datagrid.
TIP
New here? Read the Email Templates overview for what an email template does and how its fields behave.
Operation
| Operation | Type | Purpose |
|---|---|---|
adminMarketingTemplates | Query | Cursor-paginated list of all email templates |
Details
- Requires an admin Bearer token in the
Authorizationheader. - Cursor pagination — pass
firstfor the page size andafter(theendCursorfrom the previous page) to advance.totalCountis the grand total. - Each
nodecarries the full template field set, including the raw HTMLcontent.
Filtering
Pass any of these arguments alongside first / after (they mirror the admin datagrid filters):
| Argument | Description |
|---|---|
name | Name — partial match |
status | active / inactive / draft |
sort, order | Sort field (id, name) + asc / desc (default id desc) |

