cURL
curl --request GET \ --url https://api.axiom.co/v2/datasets/{dataset_id}/fields \ --header 'Authorization: Bearer <token>'
[ { "name": "<string>", "type": "<string>", "description": "<string>", "hidden": true, "unit": "<string>" } ]
Authenticate using an API token or personal access token (PAT). Include the token as a Bearer token: Authorization: Bearer <token>. For more information, see Tokens.
Authorization: Bearer <token>
List of fields in the dataset
Name of the field
Type of the field
Description of the field
Whether the field is hidden
Unit of the field
Was this page helpful?
Suggestions
Contact support