datasets
Get Dataset Data Count
Count the data items in a dataset.
Exists so callers that only need “how many documents” do not have to
fetch the items to count them. GET /{dataset_id}/data is paginated,
so its length is a page size, not a total.
Path Parameters
- dataset_id (UUID): The unique identifier of the dataset
Response
- count: Number of data items in the dataset
Error Codes
- 404 Not Found: Dataset doesn’t exist or user doesn’t have access
- 500 Internal Server Error: Error counting data
GET
Get Dataset Data Count
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Dataset UUID, the id field from GET /api/v1/datasets (not the name)
Example:
"b8a7c3de-4f5a-4b6c-8d9e-0f1a2b3c4d5e"
Response
Successful Response