List all fields in dataset
Parameters #
| Property | Type | Location | Description |
|---|---|---|---|
dataset_id | stringRequired | path |
Request #
curl -X GET 'https://api.axiom.co/v2/datasets/DATASET_ID/fields' \
-H 'Authorization: Bearer API_TOKEN'Try itRun this request against your Axiom organization
Credentials stay in this browser tab and are only sent to Axiom when you run the request.
Response #
200List of fields in the dataset403| Property | Type | Description |
|---|---|---|
description | string | Description of the field |
hidden | boolean | Whether the field is hidden |
name | stringRequired | Name of the field |
type | stringRequired | Type of the field |
unit | string | Unit of the field |