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.
Example response
{
"items": [
{
"searchConfig": {
"metadata": {
"earliest": "-30d"
}
}
}
]
}