v1
latestOpenAPI 3.1.02026-07-24239123562.1 KBlakehouse
List all lakehouse artifacts
Returns a list of all lakehouse artifacts, optionally filtered by namespace type
get/v1/artifacts/lakehouse
Query parameters
namespace_type'common' | 'client' | 'private'
Namespace type of artifacts to be returned ('common', 'client', or 'private')
latest_onlyboolean
Only return the latest version of each artifact
include_prereleasesboolean
Include prerelease artifacts in search
Response
Successfully fetched LakehouseObject list
Example response
[
{
"type": "lakehouse",
"namespace": "common",
"slug": "datacubes",
"version": "v1.1.0",
"createdAt": "2024-04-25T15:15:34.269Z",
"lastUpdatedAt": "2023-04-25T17:15:34.269Z",
"name": "Datacubes lakehouse",
"description": "A lakehouse for datacubes",
"otherVersions": [
"v1.0.0",
"v1.1.0"
]
}
]