surfaceanalysislatest
Analysisscalar · returns varchar

LATEST

Returns the latest output from a cascade cell

Per-row — runs once for each row.

analysisdeterministictext

Arguments

nametypedescription
cascade_idVARCHAR
cell_nameVARCHAR

About

Retrieves the latest output from a specific cell in a cascade. Returns the most recent assistant response content for the given cascade_id and cell_name combination. Useful for referencing previous computation results without re-running cascades.

Examples

latest returns either a stored payload or a structured error object

SELECT
  latest ('semantic_matches', 'evaluate') IS NOT NULL AS has_result

Nearby rabbit holes

same domain
Climb back to The Looking Glass