Get scan details
Returns full scan details including associated vulnerabilities. A pentest’s list omits dependency CVE findings. A supply-chain scan’s findings are all dependency CVEs. The response embeds them only when the token also holds the dependencies:read scope. Without that scope, the list is empty.
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
UUID of the scan. Use the id field of a scan from listScans.
Response
Scan details with vulnerabilities.
pending, running, completed, failed, cancelled whitebox, blackbox Self-hosted only: per-scan LLM cost limit (USD), if one was set.
Whether the agent could log in with the provisioned test credentials, when any were configured: succeeded | failed.
Category of the login failure (e.g. invalid_credentials, mfa_required_not_configured).
Short, secret-free explanation of the login outcome.
Attachment outcome for each cloud connection selected for the scan.
Time when the orchestrator checked the selected cloud connections.
Scan tier the run used. A null value means the scan was launched without a tier.
lite, standard, ultra, null