Get the latest login verification
Returns the latest login verification for a saved test user, or null if it has never been verified. Poll this while a verification is pending / running.
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.
Response
Latest login verification. If the test user has no verification, the value is null.
Outcome of a pre-scan login verification run for a saved test user.
pending, running, succeeded, failed Category of the failure when status is failed.
invalid_credentials, login_page_not_found, mfa_required_not_configured, mfa_code_unavailable, account_locked, target_unreachable, bot_protection, launch_failed, other, null Human-readable explanation of the outcome. Never contains credentials or email contents.