Get list of datasets
List all datasets
Get list of datasets
GET
Get list of datasets
Authorizations
Response
Success
The RFC3339-formatted time when the dataset was created.
Dataset description
Dataset ID
The kind of the dataset
Available options:
otel:metrics:v1, otel:traces:v1, otel:logs:v1, axiom:events:v1 Example:
"axiom:events:v1"
Unique dataset name
The RFC3339-formatted time when the dataset was last updated.
Name of the dataset creator
Whether this dataset has write access
Edge deployment of the dataset
Number of days to retain data in the dataset
ID of the org that shared this resource, if it's shared
Whether to use the retention period
Example:
[
{
"created": "2020-01-01T00:00:00Z",
"description": "This is an example dataset",
"id": "example-dataset",
"name": "example-dataset",
"updatedAt": "2020-01-01T00:00:00Z",
"who": "John Doe"
},
{
"created": "2020-02-01T00:00:00Z",
"description": "This is an example dataset",
"id": "example-dataset-2",
"name": "example-dataset-2",
"updatedAt": "2020-02-01T00:00:00Z",
"who": "Foo Bar"
}
]