Skip to main content

List Tags

Fetch a paginated list of tags with optional search.

Parameters

ParameterTypeDefaultDescription
searchString-Filter by name
cursorStringnullCursor for pagination
limitInt20Items per page

Example

Response:

Get Single Tag

Fetch a specific tag by ID.

Parameters

ParameterTypeRequiredDescription
idID!YesTag ID

Example

Response:

Tag Fields

FieldTypeDescription
idID!Unique identifier
nameString!Tag display name
slugString!URL-safe identifier
descriptionStringTag description

Using Tags in Queries

Tags can be used to filter content and assets:
When filtering by multiple tags, the query uses AND logic. Only items with all specified tags are returned.