repos
Get Latest Snapshot
Return the latest ready snapshot for a public repo (no auth required).
Anonymous callers get the same payload minus the ownership answer: can_write is false for them, which is true.
"Public repo" is enforced, not assumed: private repos are readable only by a caller with a relationship to them (owner, library link, or team share), and 404 rather than 403 for everyone else, matching the anti-enumeration convention in snapshots.py.
get/repos/{owner}/{name}/latest
Path parameters
ownerstring required
namestring required
Response
Successful Response
{"stackTrail":"paths:/repos/{owner}/{name}/latest:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}
Changes
No recorded changes to this endpoint across all 1 revision of this API.