Skip to main content
POST
Get Agent Scan Results

Body

application/json
repo
string
required

Repository identifier

Example:

"owner/repository"

scanId
string
required

Scan identifier returned from the start scan endpoint

Example:

"aB3xK9mP2q"

Response

Scan results retrieved successfully

scanId
string

Scan identifier

Example:

"aB3xK9mP2q"

repoName
string

Repository name

Example:

"owner/repository"

status
enum<string>

Current status of the scan

Available options:
completed,
in_progress
Example:

"completed"

results
object[]

List of file results with issues found

totalIssues
integer

Total number of deduplicated issues found across all files

Example:

5