Skip to main content
POST
Resume a paused scan

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
created_at
string<date-time>
required
input_mode
string | null