axiom.listMapFields lists fields configured as maps. Map fields store dynamic keys that you address with bracket notation in APL.
automations/axiom-list-map-fields.automation.ts
Input
datasetName is required and accepts a dataset name or ID.
Output
Returns the configured map-field names asstring[]. No configured map fields returns [].
Permission and failures
The API token needs the organization-leveldatasets|read capability and access to the target dataset. Axiom returns an error when the dataset is missing or inaccessible.