List Search Terms
Lists every search term shoppers have entered on the storefront — the data behind the admin Marketing → Search & SEO → Search Terms datagrid.
TIP
New here? Read the Search Terms overview for what a search term records and how its fields behave.
Operation
| Operation | Type | Purpose |
|---|---|---|
adminMarketingSearchTerms | Query | Cursor-paginated list of all search terms |
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 flat field set shown in the example.resultsandusesare recorded automatically by storefront search and are read-only. - The
channelobject is detail-only — it resolves on the detail query and isnullon list rows.
Filtering
Pass any of these arguments alongside first / after (they mirror the admin datagrid filters):
| Argument | Description |
|---|---|
term | Search phrase — partial match |
channelId | Channel id — exact match |
locale | Locale code (e.g. en) — exact match |
sort, order | Sort field (id, term, uses, results) + asc / desc (default id desc). Sort by uses desc for the most-searched terms. |

