POST
/
api
/
dataset
/
get_all_tags

Authorizations

Authorization
string
headerrequired

Headers

TR-Dataset
string
required

The dataset id or tracking_id to use for the request. We assume you intend to use an id if the value is a valid uuid.

Body

application/json
page
integer | null

Page number to return, 1-indexed. Default is 1.

page_size
integer | null

Number of items to return per page. Default is 20.

Response

200 - application/json
tags
object[]
required

List of tags with the number of chunks in the dataset with that tag.

total
integer
required

Total number of unique tags in the dataset.