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
name
string
required

Name of the field

type
string
required

Type of the field

description
string

Description of the field

hidden
boolean

Whether the field is hidden

unit
string

Unit of the field