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
Retrieve field in dataset
Retrieve field in dataset
GET
/
datasets
/
{id}
/
fields
/
{fieldId}
curl --request GET \
--url https://api.axiom.co/v2/datasets/{id}/fields/{fieldId}
{
"description": "<string>",
"hidden": true,
"name": "<string>",
"type": "<string>",
"unit": "<string>"
}
Response
200 - application/json
DatasetField
The response is of type object
.
Was this page helpful?
curl --request GET \
--url https://api.axiom.co/v2/datasets/{id}/fields/{fieldId}
{
"description": "<string>",
"hidden": true,
"name": "<string>",
"type": "<string>",
"unit": "<string>"
}