v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-011189403.1 MB
lake

Get a Lake Dataset (Cribl.Cloud only)

Get the specified Lake Dataset in the specified Lake (Cribl.Cloud only).

get/products/lake/lakes/{lakeId}/datasets/{id}

Path parameters

lakeIdstring required

The <code>id</code> of the Lake that contains the Lake Dataset to get.

idstring required

The <code>id</code> of the Lake Dataset to get.

Query parameters

includeMetricsboolean

Set to <code>true</code> to include storage metrics for each Lake Dataset. Otherwise, <code>false</code> (default). Requires a Cribl Lake metrics license.

Response

The requested CriblLakeDataset object in a single-item list.

countinteger required

number of items present in the items array

Example response

{
  "items": [
    {
      "searchConfig": {
        "metadata": {
          "earliest": "-30d"
        }
      }
    }
  ]
}