Get dataset by ID or slug
curl --request GET \
--url https://api.lunary.ai/v1/datasets/{identifier} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"slug": "<string>",
"format": "text",
"ownerId": "<string>",
"projectId": "<string>"
}Datasets
Get dataset by ID or slug
GET
/
v1
/
datasets
/
{identifier}
Get dataset by ID or slug
curl --request GET \
--url https://api.lunary.ai/v1/datasets/{identifier} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"slug": "<string>",
"format": "text",
"ownerId": "<string>",
"projectId": "<string>"
}