Table is Cached
Checks whether the specified table has an active cache in Peaka. When a table is cached, its data is stored locally in Peaka, enabling significantly faster query performance compared to live queries against the original data source. Returns isCached: true if a cache is currently active, or false otherwise.
The response also carries isCacheable and supportedCacheTypes (FULL_REFRESH, INCREMENTAL), so a single call is enough to decide whether — and with which schedule types — a cache can be created for the table. supportedCacheTypes is empty when the table is not cacheable; both fields are absent when the information could not be resolved.


Authorizations
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
Path Parameters
ID of the project
ID of the catalog
Name of the schema
Name of the table
Response
Successful operation
The cache types supported by the table: FULL_REFRESH and/or INCREMENTAL. An empty list means the table is not cacheable. The field is absent when capability information could not be resolved.
Indicates whether the table currently has an active cache.
Indicates whether the table can be cached. The field is absent when the information could not be resolved.