snapshots
Get Snapshot Progress
Live progress for one snapshot, shaped for polling.
This exists so the browser stops reading the snapshots table directly. That read gave the client a standing view of every column the table will ever grow, and pinned the poll's shape to a frontend deploy.
Read-only and cheap by construction: one narrow projection, no row cache, no per-caller computation. Rate limiting is the global SlowAPI backstop -- tier_rate_limit depends on get_current_user and would refuse the anonymous viewers who can legitimately watch a public repo index.
get/snapshots/{snapshot_id}/progress
Path parameters
snapshot_idstring required
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.