Lists all columns defined in the specified Peaka Table. Returns column metadata including name, data type, display name, default value, and constraints such as nullability and uniqueness.


Use the Authorization header with the value 'Bearer
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.