Data lake
Get lake schema
List column names and types for each lake table on an instance.
GET
Return the latest lake schema for each ledger resource on an instance. Use this before you write SQL or filters so you know which table names and columns Cloud will accept.
The response lists only public columns. Internal columns (names that start with
_blnk_) are omitted. For table relationships and when to use each column, see Schema.
Authorization
Blnk Cloud APIs support any one of the following authentication methods. All of them work with yourCLOUD_API_KEY or OAUTH_ACCESS_TOKEN.
- Bearer token
- X-Blnk-Key header
- X-API-Key header
Query parameters
string
required
Unique id of the instance (
instance_...). Get it from get instance details. Do not pass deployment_id.Response
array
One entry per lake table Cloud can query on this instance. Empty when the lake has not published a schema for the instance yet.