Returns the status of all caches within a specific schema of a catalog. This is a narrower filter than the catalog-level status endpoint, useful when a single catalog contains many schemas and only a subset is of interest.
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
The unique identifier of the project that owns the catalog
The unique identifier of the catalog (data source connection) that owns the schema
The name of the schema to filter caches by
List of cache statuses for all caches in the schema. Returns an empty array if no caches exist for this schema.
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.