Skip to main content

Stream a screenshot image

GET 

/api/v1/screenshots/image

Stream a screenshot image through the API.

Resolves the screenshot's object storage key, enforces RBAC on the owning assessment, then proxies the object bytes to the browser.

  • Scope required: assessments:read.
  • Router is 404-gated by the release_screenshots flag.
  • Response is marked private, no-store so browsers never cache an authenticated image past logout / account switch.

Request

Responses

Screenshot image bytes.