List tags

View as MarkdownOpen in Claude
Lists the tags the token can reach, one JSON:API resource per tag, with standard pagination. Public filters: `id[]` (tag ids) and `s` for a free-text search on the name. Public sorts: `name` (default, ascending), `created_at` and `order` - prefix with `-` for descending. `sites_count`, how many websites carry the tag, is a computed attribute: request it with `fields[tags]=sites_count`. Default page size is 15, capped at 50 (`page[size]`).

Authentication

AuthorizationBearer

Personal access token created in the Modular DS dashboard; read-only tokens can only call GET endpoints.

Query parameters

page[number]stringOptional
page[size]stringOptional
sortstringOptional
filter[s]stringOptional
filter[id][]stringOptional

Response

200 - Tags

datalist of objectsOptional
jsonapiobjectOptional
metaobjectOptional