GET
/
data
/
projects
/
{projectId}
/
cache
/
{cacheId}
/
status

Path Parameters

projectId
string
required
cacheId
string
required

Response

200 - */*
appId
string

The ID of the app that the cache belongs to.

cacheActionLogs
object[]

The list of cache action logs

catalogId
string

The ID of the catalog that the cache belongs to.

id
string

The ID of the cache.

lastFullRefreshCacheExecution
object
lastIncrementalCacheExecution
object
schemaName
string

The name of the schema that the cache belongs to.

status
enum<string>

The status of the cache. RUNNING, CANCELLED, FAILED, COMPLETED, DELETED, NOT_INITIALIZED

Available options:
RUNNING,
CANCELLED,
FAILED,
COMPLETED,
DELETED,
NOT_INITIALIZED
tableName
string

The name of the table that the cache belongs to.