List all Lake Datasets (Cribl.Cloud only)
Get a list of all Lake Datasets in the specified Lake (Cribl.Cloud only).
Path parameters
The <code>id</code> of the Lake that contains the Lake Datasets to list.
Query parameters
Filter datasets by storage location ID. Use <code>default</code> for default storage location.
Filter datasets by format. Set to <code>ddss</code> to return only DDSS datasets.
Exclude DDSS format datasets from the response.
Exclude Netskope format datasets from the response.
Exclude deleted datasets from the response.
Exclude internal datasets (those with IDs starting with <code>cribl_</code>) from the response.
Exclude BYOS (Bring Your Own Storage) datasets from the response.
Set to <code>true</code> to include storage metrics for each Lake Dataset. Otherwise, <code>false</code> (default). Requires a Cribl Lake metrics license.
Pagination offset
Maximum number of items to return
Response
List of CriblLakeDataset objects.
Example response
{
"items": [
{
"searchConfig": {
"metadata": {
"earliest": "-30d"
}
}
}
]
}