List tags used in the catalog
GET /tags
GET /tags
Operation
GET
/tags
Returns tags used by acts_as_taggable_on across the catalog (verticals, attributes, etc.). Supports name-prefix filtering via `q`.
Operation ID:
listTags
·
Tags: Tags
Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
q
|
query | No | string | Prefix filter over tag name |
context
|
query | No | string | Restrict to tags used in a specific context (e.g. 'verticals', 'country_list') |
page
|
query | No | integer | — |
per_page
|
query | No | integer | — |
limit
|
query | No | integer | — |
Request Body
No request body is defined for this operation.
Responses
Content Types
application/json
{
"description": "Tags list",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Tag"
}
},
"meta": {
"type": "object",
"additionalProperties": true
}
}
}
}
}
}
{
"$ref": "#/components/responses/Unauthorized"
}
API Playground
Run this GET request with your API key, or open it in a new tab. Path uses sample IDs where the OpenAPI path has {parameters}.
Sign in to enable live testing with your API key.
| Action | Method | Endpoint | Description |
|---|---|---|---|
| List tags used in the catalog | GET |
/api/v1/tags |
OpenAPI operationId: listTags. |
GET /api/v1/tags
OpenAPI
List tags used in the catalog