latestOpenAPI 3.0.32026-08-227451,2751.8 MB
d0fc0114da66
AnalysisCache
Get the latest cached analysis for a scope
Returns the latest cached analysis entry for the given workspace + scope. Cache rows are immutable: each refresh writes a new row, and this read returns the most recent entry by commit timestamp.
get/workspaces/{workspace_id}/analysisCache
Path parameters
workspace_idstring required
ID of the workspace
Query parameters
scope_type'test' | 'plan' | 'workspace' required
Cache scope level
Cache scope level
scope_keystring required
Scope identifier — for test scope, the test invariant id with the -j suffix (e.g. abc123-j). For plan scope, the plan id (e.g. abc123-p). For workspace scope, the composite {app_id or '*'}:{env_id or '*'}.
Response
Latest cache for the given scope