v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
Datasets

Get a single dataset by ID

Retrieves the dataset associated with the ID.

get/api/v2/datasets/{dataset_id}

Path parameters

dataset_idstring required

The ID of a defined dataset.

Response

OK

Example response

{
  "data": {
    "attributes": {
      "name": "Security Audit Dataset",
      "principals": [
        "role:86245fce-0a4e-11f0-92bd-da7ad0900002"
      ],
      "product_filters": [
        {
          "filters": [
            "@application.id:ABCD"
          ],
          "product": "logs"
        }
      ]
    },
    "id": "123e4567-e89b-12d3-a456-426614174000",
    "type": "dataset"
  }
}