Returns the status of all caches within a project. Each entry in the response array contains the same status information as the single cache status endpoint, including execution details for both sync types.
This is useful for building a dashboard view that shows the health and progress of all cached tables in a project.


Use the Authorization header with the value 'Bearer
The unique identifier of the project to list cache statuses for
List of cache statuses for all caches in the project. Returns an empty array if no caches exist.
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.