v51

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

List all Lake Datasets (Cribl.Cloud only)

Get a list of all Lake Datasets in the specified Lake (Cribl.Cloud only).

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

Path parameters

lakeIdstring required

The <code>id</code> of the Lake that contains the Lake Datasets to list.

Query parameters

storageLocationIdstring

Filter datasets by storage location ID. Use <code>default</code> for default storage location.

format'ddss'

Filter datasets by format. Set to <code>ddss</code> to return only DDSS datasets.

excludeDDSSboolean

Exclude DDSS format datasets from the response.

excludeNetskopeboolean

Exclude Netskope format datasets from the response.

excludeDeletedboolean

Exclude deleted datasets from the response.

excludeInternalboolean

Exclude internal datasets (those with IDs starting with <code>cribl_</code>) from the response.

excludeBYOSboolean

Exclude BYOS (Bring Your Own Storage) datasets from the response.

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.

offsetinteger

Pagination offset

limitinteger

Maximum number of items to return

Response

List of CriblLakeDataset objects.

countinteger required

Number of items present in the items array

offsetinteger

Pagination offset

limitinteger

Pagination limit

totalCountinteger

Total number of items available (present when limit is set)

Example response

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