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.


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) 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.