Dataset
Get All Tags
Scroll through all tags in the dataset and get the number of chunks in the dataset with that tag plus the total number of unique tags for the whole datset.
POST
/
api
/
dataset
/
get_all_tags
Authorizations
Authorization
string
headerrequiredHeaders
TR-Dataset
string
requiredThe 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[]
requiredList of tags with the number of chunks in the dataset with that tag.
total
integer
requiredTotal number of unique tags in the dataset.