GET
/
datasets
/
{dataset_id}
/
fields
curl --request GET \
  --url https://api.axiom.co/v2/datasets/{dataset_id}/fields \
  --header 'Authorization: Bearer <token>'
[
  {
    "description": "<string>",
    "hidden": true,
    "name": "<string>",
    "type": "<string>",
    "unit": "<string>"
  }
]

Authorizations

Authorization
string
header
required

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

Path Parameters

dataset_id
string
required

Response

200
application/json

List of fields in the dataset

The response is of type object[].