Skip to main content
GET
/
vfields
cURL
curl --request GET \
  --url https://api.axiom.co/v2/vfields \
  --header 'Authorization: Bearer <token>'
[
  {
    "dataset": "<string>",
    "expression": "<string>",
    "name": "<string>",
    "id": "<string>",
    "description": "<string>",
    "type": "<string>",
    "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.

Query Parameters

dataset
string
required

Response

200 - application/json

VirtualFieldWithId

dataset
string
required
expression
string
required
name
string
required
id
string
required
description
string
type
string
unit
string