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

scanId
string<uuid>
required

UUID of the scan. Use the id field of a scan from listScans.

Response

Scan details with vulnerabilities.

id
string<uuid>
required
user_id
string
required
title
string
required
status
enum<string>
required
Available options:
pending,
running,
completed,
failed,
cancelled
created_at
string<date-time>
required
urls
string[]
repositories
object[]
domain_ids
string<uuid>[]
repository_ids
string<uuid>[]
schedule_id
string | null
scan_type
enum<string>
Available options:
whitebox,
blackbox
connector_id
string | null
is_retest
boolean
updated_at
string<date-time>
completed_at
string<date-time>
duration
string | null
executive_summary
string
methodology
string
technical_analysis
string
recommendations
string
findings
object
org_knowledge_enabled
boolean | null
live_prompt_enabled
boolean
live_prompt_ready
boolean
max_budget_usd
number | null

Self-hosted only: per-scan LLM cost limit (USD), if one was set.

auth_status
string | null

Whether the agent could log in with the provisioned test credentials, when any were configured: succeeded | failed.

auth_failure_code
string | null

Category of the login failure (e.g. invalid_credentials, mfa_required_not_configured).

auth_detail
string | null

Short, secret-free explanation of the login outcome.

auth_checked_at
string<date-time> | null
cloud_connection_status
object[] | null

Attachment outcome for each cloud connection selected for the scan.

cloud_connection_checked_at
string<date-time> | null

Time when the orchestrator checked the selected cloud connections.

scan_tier
enum<string> | null

Scan tier the run used. A null value means the scan was launched without a tier.

Available options:
lite,
standard,
ultra,
null
vulnerabilities
object[]
cloud_connections
object[]