List tags

Lists tags of the current organization.

Supports two pagination methods. Cursor-based (cursor/limit) is stable and performant on large
datasets; it is triggered automatically when a cursor parameter is provided, and cursor and offset
cannot be combined. Offset-based (offset/limit) remains supported. The cursor-based response
returns a metadata object with a next_cursor field — pass it back as cursor to fetch the next page;
when next_cursor is null, there are no more results. Filters are not encoded in the cursor, so include
them on every request.

It is important to notice that in case of using the search filter, any extra spaces are removed from it before applying,
for example, when given the string " Tag   name  " it will be cleared to "Tag name".

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
integer
Defaults to 0

Offset the returned results by some number. Cannot be combined with cursor.

string

Cursor for keyset pagination. Use the next_cursor value from the previous response.

integer
Defaults to 50

Limit the number of results returned

string

name of the tag to be searched

string

boolean to return only system or non system tags

string

state of tags to be returned, can be either active or archived.

string
enum
Defaults to standard

Tag type to list. Defaults to standard (contact tags). List/upload types are never returned.

Allowed:
Responses

Callback
Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json