Annotation endpoints
API token endpoints
Dataset endpoints
Map field endpoints
Monitor endpoints
Notifier endpoints
Organization endpoints
Role-based access control endpoints
Saved queries endpoints
User endpoints
Retrieve dataset
Get dataset by ID
GET
/
datasets
/
{dataset_id}
Copy
Ask AI
curl --request GET \
--url https://api.axiom.co/v2/datasets/{dataset_id} \
--header 'Authorization: Bearer <token>'
Copy
Ask AI
{
"created": "2022-07-20T02:35:14.137Z",
"description": "string",
"id": "string",
"name": "string",
"who": "string"
}
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Response
200
application/json
Success
The response is of type object
.
Was this page helpful?
Copy
Ask AI
curl --request GET \
--url https://api.axiom.co/v2/datasets/{dataset_id} \
--header 'Authorization: Bearer <token>'
Copy
Ask AI
{
"created": "2022-07-20T02:35:14.137Z",
"description": "string",
"id": "string",
"name": "string",
"who": "string"
}
Assistant
Responses are generated using AI and may contain mistakes.