Annotation endpoints
API token endpoints
Dataset endpoints
Map field endpoints
Monitor endpoints
Notifier endpoints
Organization endpoints
Role-based access control endpoints
Saved queries endpoints
User endpoints
List all map fields
GET
/
datasets
/
{dataset_id}
/
mapfields
Copy
Ask AI
curl --request GET \
--url https://api.axiom.co/v2/datasets/{dataset_id}/mapfields \
--header 'Authorization: Bearer <token>'
Copy
Ask AI
[
"field1",
"field2"
]
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Response
200 - application/json
MapFields
A list of map field names
Was this page helpful?
Copy
Ask AI
curl --request GET \
--url https://api.axiom.co/v2/datasets/{dataset_id}/mapfields \
--header 'Authorization: Bearer <token>'
Copy
Ask AI
[
"field1",
"field2"
]
Assistant
Responses are generated using AI and may contain mistakes.