Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

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

domainId
string<uuid>
required

Domain id.

checkId
string<uuid>
required

The id of the login verification.

attempt
integer
required

Zero-based index of the attempt in evidence.

Required range: x >= 0
kind
enum<string>
required

Which 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.

Available options:
recording,
screenshot,
response

Response

The artifact. The content type is the artifact's content_type.

The response is of type file.