v2

latestOpenAPI 3.1.02026-08-05313314398.1 KB
ontology-rows

Sync Entity

Trigger a source sync for the entity.

Write-gated: sync triggers a DuckDB scan over S3, which is expensive enough that low-privilege viewers shouldn't be able to fire it in a tight loop. Same write-role guard the other row endpoints use.

post/api/v1/ontology/entities/{entity_id}/sync

Path parameters

entity_idstring uuid required

Response

Successful Response

last_synced_atstring date-time nullable required
source_row_countinteger required
overlay_countinteger required
statestring required

'idle' | 'syncing' | 'error'