Skip to main content
GET
List code scan runs

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

status
enum<string> | null
Available options:
NEW,
RUNNING,
COMPLETED,
FAILED,
PAUSED
page
integer
default:1
Required range: x >= 1
page_size
integer
default:50
Required range: 1 <= x <= 200

Response

Successful Response

run_id
string<uuid>
required
status
enum<string>
required
Available options:
NEW,
RUNNING,
PAUSED,
COMPLETED,
FAILED
created_at
string<date-time>
required
status_message
string | null
feature_type
string | null
input_mode
string | null
git_repo_url
string | null
git_ref
string | null
source_archive_name
string | null
issues_count
integer | null
summary
ScanSummary · object | null
files_done
integer | null
files_total
integer | null
report_available
boolean
default:false
owner_id
string | null
updated_at
string<date-time> | null
completed_at
string<date-time> | null