Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

Scoped API token from Settings → API Tokens (scopes: scans:trigger, scans:read).

Headers

CF-Access-Client-Id
string

Cloudflare Access service-token client id (ends in .access). Only for CF-Access-fronted deployments; leave blank for self-hosted.

CF-Access-Client-Secret
string

Cloudflare Access service-token secret. Pair it with CF-Access-Client-Id.

Path Parameters

scanId
string
required

Scan job ID (must be COMPLETED).

Response

SARIF 2.1.0 log.

SARIF 2.1.0 static-analysis results log. Findings live under runs[].results[]; BreachLens severity is at result.properties.severity.

version
string
Example:

"2.1.0"

runs
object[]