List a stream's captured snapshot objects (managed storage)
GET/program/api/v2/streams/:id/snapshots
warning
This endpoint is available in private cloud only. Use your global host URL if self-hosted.
Lists the snapshot objects captured for the stream on the project's
managed snapshots storage, each with a time-limited presigned
download URL — the platform-mediated way to view/download managed
objects without exposing member credentials or a Backblaze login
(M6 Task 012). Paginated via limit + opaque cursor.
Managed snapshots only: if the project's snapshots storage is BYO, the customer accesses their own bucket directly (no platform surface), and this returns an empty list. 404 if the stream is unknown to the token's project.
Generate JWTRequest
Responses
- 200
- 403
- 404
- 500
A page of snapshot objects with presigned download URLs
Forbidden
Stream not found
Internal Server Error