corvix.web.snapshot =================== .. py:module:: corvix.web.snapshot .. autoapi-nested-parse:: Build the typed dashboard snapshot payload. Shared by the ``GET /api/v1/snapshot`` route handler and the SSE event generator so both produce an identical :class:`SnapshotResponse`. Functions --------- .. autoapisummary:: corvix.web.snapshot._snapshot_impl Module Contents --------------- .. py:function:: _snapshot_impl(dashboard: str | None = None) -> corvix.web.schemas.SnapshotResponse Compute and return the typed snapshot payload.