Get dataset by ID
curl --request GET \
--url https://api.axiom.co/v2/datasets/{dataset_id} \
--header 'Authorization: Bearer <token>'
{
"created": "2022-07-20T02:35:14.137Z",
"description": "string",
"id": "string",
"name": "string",
"who": "string"
}
The access token received from the authorization server in the OAuth 2.0 flow.
Success
The response is of type object
.
Was this page helpful?
curl --request GET \
--url https://api.axiom.co/v2/datasets/{dataset_id} \
--header 'Authorization: Bearer <token>'
{
"created": "2022-07-20T02:35:14.137Z",
"description": "string",
"id": "string",
"name": "string",
"who": "string"
}