Tags
List all tags
List of tags belonging to an instance.
GET
/
v0
/
tags
Authorizations
Authorization
string
headerrequiredThe access token received from the authorization server in the OAuth 2.0 flow.
Headers
teal-instance-id
string
requiredThe teal instance ID
Query Parameters
name
string | null
Optional name of tag for filtering.
tag_group_id
string | null
Optional tag group ID for filtering.
include_disabled
boolean
default: falseInclude disabled tags.
sort
enum<string>[] | null
A comma separated list of sort orders for the results.
Available options:
name
, -name
, enabled
, -enabled
limit
integer | null
default: 50The number of records to return. Max limit is 100.
page_token
string
Response
200 - application/json
next_page_token
string | null
requiredThe token to use to request the next page
prev_page_token
string | null
requiredThe token to use to request the previous page
records
object[]
requiredA list of tags.