Skip to main content
GET
Poll code scan run status

Authorizations

Authorization
string
header
required

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

Path Parameters

run_id
string<uuid>
required

UUID of the scan run.

Response

Successful Response

run_id
string<uuid>
required
status
enum<string>
required
Available options:
NEW,
RUNNING,
PAUSED,
COMPLETED,
FAILED
status_message
string | null
files_done
integer | null
files_total
integer | null