Retrieve dataset
Get dataset by ID
Parameters
| Property | Type | Location | Description |
|---|---|---|---|
dataset_id | stringRequired | path |
Request
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
200Success403Forbidden404Not Found| 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 |