Annotation endpoints
API token endpoints
Dataset endpoints
Monitor endpoints
Notifier endpoints
Organization endpoints
Role-based access control endpoints
Starred queries endpoints
User endpoints
Dataset endpoints
Retrieve dataset
Retrieve dataset
Get dataset by ID
GET
/
datasets
/
{id}
curl --request GET \
--url https://api.axiom.co/v2/datasets/{id}
{
"created": "2022-07-20T02:35:14.137Z",
"description": "string",
"id": "string",
"name": "string",
"who": "string"
}
Path Parameters
Response
200
application/json
Success
The response is of type object
.
Was this page helpful?
curl --request GET \
--url https://api.axiom.co/v2/datasets/{id}
{
"created": "2022-07-20T02:35:14.137Z",
"description": "string",
"id": "string",
"name": "string",
"who": "string"
}