Annotation endpoints
API token endpoints
Dataset endpoints
Monitor endpoints
Notifier endpoints
Organization endpoints
Role-based access control endpoints
Starred queries endpoints
User endpoints
Dataset endpoints
List all fields in dataset
List all fields in dataset
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
Response
200
application/json
List of fields in the dataset
The response is of type object[]
.
Was this page helpful?
curl --request GET \
--url https://api.axiom.co/v2/datasets/{id}/fields
[
{
"description": "<string>",
"hidden": true,
"name": "<string>",
"type": "<string>",
"unit": "<string>"
}
]