List all datasets
Get list of datasets
Request #
curl -X GET 'https://api.axiom.co/v2/datasets' \
-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 #
200Success403| Property | Type | Description |
|---|---|---|
canWrite | boolean | Whether this dataset has write access |
created | string<date-time>Required | The RFC3339-formatted time when the dataset was created. |
description | stringRequired | Dataset description |
edgeDeployment | string | Edge deployment of the dataset |
edgeDeploymentUrl | string | URL of the edge deployment |
id | stringRequired | Dataset ID |
kind | stringRequired | The kind of the dataset |
mapFields | string[] | |
name | stringRequired | Unique dataset name |
retentionDays | integer | Number of days to retain data in the dataset |
sharedByOrg | string | ID of the org that shared this resource, if it's shared |
updatedAt | string<date-time>Required | The RFC3339-formatted time when the dataset was last updated. |
useRetentionPeriod | boolean | Whether to use the retention period |
who | stringRequired | Name of the dataset creator |