Lists all columns defined in the specified Peaka BI Table. Returns column metadata including name, data type, display name, default value, and constraints such as nullability and uniqueness. Note that Peaka BI Table does not support JSON data types.
Documentation Index
Fetch the complete documentation index at: https://docs.peaka.com/llms.txt
Use this file to discover all available pages before exploring further.


Use the Authorization header with the value 'Bearer ' to authenticate. Partner API Keys have full access; Project API Keys are limited to their project scope. Learn more: https://docs.peaka.com/api-reference/authentication
ID of the Project
Name of the BI table
OK
The id of the column.
The name of the column.
The data type of the column.
The display name of the column.
The default value of the column.
The not null flag for the column.
The unique flag for the column.
The description of the column.