List Tags

Get the list of all agent tags that have been created.

Headers

AuthorizationstringRequired

Header authentication of the form Bearer <token>

Query parameters

beforestring or nullOptional
Tag cursor for pagination. Returns tags that come before this tag in the specified sort order
afterstring or nullOptional
Tag cursor for pagination. Returns tags that come after this tag in the specified sort order
limitinteger or nullOptionalDefaults to 50
Maximum number of tags to return
orderenumOptionalDefaults to asc
Sort order for tags. 'asc' for alphabetical order, 'desc' for reverse alphabetical order
Allowed values:
order_by"name"OptionalDefaults to name
Field to sort by
query_textstring or nullOptionalDeprecated
Filter tags by text search. Deprecated, please use name field instead
namestring or nullOptional
Filter tags by name

Response

Successful Response

Errors