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
Authorizations
Headers
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
JSON request payload to get items with the tag in the request
Page number to return, 1-indexed. Default is 1.
Number of items to return per page. Default is 20.
Response
200
application/json
Page of tags requested with all tags and the number of chunks in the dataset with that tag plus the total number of unique tags for the whole datset
List of tags with the number of chunks in the dataset with that tag.
Total number of unique tags in the dataset.
Was this page helpful?