Returns the status of all caches within a specific catalog of a project. This filters the cache list to only those belonging to the given catalog, which is useful when managing caches per data source connection.
Each entry in the response array contains the same status information as the single cache status endpoint.
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
The unique identifier of the project that owns the catalog
The unique identifier of the catalog (data source connection) to filter caches by
List of cache statuses for all caches in the catalog. Returns an empty array if no caches exist for this catalog.
The ID of the cache.
The status of the cache. RUNNING, CANCELLED, FAILED, COMPLETED, DELETED, NOT_INITIALIZED
RUNNING, CANCELLED, FAILED, COMPLETED, DELETED, NOT_INITIALIZED The ID of the catalog that the cache belongs to.
The name of the schema that the cache belongs to.
The name of the table that the cache belongs to.
The list of cache action logs
The ID of the project that the cache belongs to.