Lists all Peaka Tables in the project. Peaka Table is an internal relational database within Peaka that allows you to organize and manage data efficiently. It supports structured data storage and enables you to add, delete, filter, and edit your data, including JSON data types. It is best suited for smaller datasets requiring frequent edits and broader data type support. See also: Differences of Peaka Table and Peaka Big Table


Use the Authorization header with the value 'Bearer
OK
The ID of the catalog that the table belongs to.
The name of the catalog that the table belongs to.
The name of the schema that the table belongs to.
The name of the table.
Indicates whether the table is cacheable or not.
Indicates whether the table has required query parameter columns or not. A query parameter column is prefixed with "q" e.g. "_q_date". These columns are used to filter the data in the table.
Indicates whether the table is cached or not.