v2

latestOpenAPI 3.1.02026-08-05313314398.1 KB
ontology-rows

Get Row

Fetch a single merged row by key (source ⊕ overlay), RLS-applied.

Powers "open this row" links (e.g. the action audit trail). 404 when the row is tombstoned, RLS-hidden, or unknown.

get/api/v1/ontology/entities/{entity_id}/rows/{row_key}

Path parameters

entity_idstring uuid required
row_keystring required

Response

Successful Response

row_keystring required

Stable identity for this row within the entity.

valuesobject required

Column → value, post-merge.

has_overlayboolean

True if any overlay edits applied to this row.

overlay_onlyboolean

True if this row exists only in the overlay (no source counterpart).

source_deletedboolean

True if the source row vanished after refresh; row is hidden by default.

updated_bystring uuid nullable

Last editor (None if no overlay).

updated_atstring date-time nullable

Overlay updated_at if an overlay exists.