GET
/
datasets
/
{dataset_name}
curl --request GET \
  --url https://api.axiom.co/v1/datasets/{dataset_name} \
  --header 'Authorization: Bearer <token>'
{
  "created": "2022-07-20T02:35:14.137Z",
  "description": "string",
  "id": "string",
  "name": "string",
  "who": "string"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

dataset_name
string
required

Unique name of the dataset.

Response

200
application/json
Success

The response is of type object.