v1

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

Get all datasets

Get all datasets that have been configured for an organization.

get/api/v2/datasets

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"
    }
  ]
}