GET
/
v0
/
tags

Authorizations

Authorization
string
headerrequired

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

teal-instance-id
string
required

The 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: false

Include disabled tags.

sort
enum<string>[] | null

The sort order of the results.

Available options:
name,
-name,
enabled,
-enabled
limit
integer | null

The number of records to return. Max limit is 100.

page_token
string

Response

200 - application/json
next_page_token
string | null
required

The token to use to request the next page

prev_page_token
string | null
required

The token to use to request the previous page

records
object[]
required

A list of tags.