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

Path Parameters

id
string
required

Response

200
application/json
List of fields in the dataset

The response is of type object[].