Skip to main content
GET
/
datasets
/
{dataset_id}
/
fields
/
{field_id}
cURL
curl --request GET \
  --url https://api.axiom.co/v2/datasets/{dataset_id}/fields/{field_id} \
  --header 'Authorization: Bearer <token>'
{
  "name": "<string>",
  "type": "<string>",
  "description": "<string>",
  "hidden": true,
  "unit": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://axiom.co/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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.

Path Parameters

dataset_id
string
required
field_id
string
required

Response

200 - application/json

DatasetField

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