Download login verification evidence
Streams one artifact of a login verification. The verification’s evidence lists the attempts and the kinds each attempt has. The response supports Range requests, so a video player can seek.
Authorizations
API token obtained from the Tokens endpoint or CLI device login. Include as Authorization: Bearer <token>. Requests made with a managed CLI session also include X-Strix-Workspace: <organization_id> to pin a process to the workspace it started in; recovery endpoints report the current workspace after a concurrent switch.
Path Parameters
Domain id.
The id of the login verification.
Zero-based index of the attempt in evidence.
x >= 0Which artifact to download.
One artifact of a login attempt. recording is a WebM or MP4 video of the browser during the attempt. screenshot is a PNG or JPEG image of the page after the outcome. response is a plain-text copy of the login request and response, with credentials, cookies, and tokens removed.
recording, screenshot, response Response
The artifact. The content type is the artifact's content_type.
The response is of type file.