Skip to main content
GET
List tags

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

cursor
string

Opaque pagination token returned as nextCursor from the previous page. Omit on the first request.

limit
integer
default:50

Page size. Out-of-range values are clamped to [1, 100]; defaults to 50.

Required range: 1 <= x <= 100

Response

Paginated list of tags.

Paginated list of tags visible to the caller

items
TagListItem · object[]
required
nextCursor
string | null
required

Opaque pagination token returned as nextCursor from the previous page.

Pattern: ^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(?:\.\d+)?Z__[0-9abcdefghjkmnpqrstvwxyz]{8}$
Example:

"2024-01-15T12:34:56.789Z__a1b2c3d4"