{
"items": [
"<string>"
],
"metadata": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"dataset_name": "<string>",
"display_name": "<string>",
"status": "<string>",
"created_by": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"domains": [
"<string>"
],
"sample_count": 123,
"license": "<string>",
"description": "<string>",
"updated_at": "2023-11-07T05:31:56Z",
"source_urls": [
"<string>"
]
}
}{
"code": 123,
"message": "<string>",
"details": [
{
"@type": "<string>"
}
]
}Datasets
Get dataset content by ID
GET
/
v1
/
beta
/
datasets
/
{dataset_id}
{
"items": [
"<string>"
],
"metadata": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"dataset_name": "<string>",
"display_name": "<string>",
"status": "<string>",
"created_by": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"domains": [
"<string>"
],
"sample_count": 123,
"license": "<string>",
"description": "<string>",
"updated_at": "2023-11-07T05:31:56Z",
"source_urls": [
"<string>"
]
}
}{
"code": 123,
"message": "<string>",
"details": [
{
"@type": "<string>"
}
]
}Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The UUID of the dataset

