Skip to main content
GET
Get Scanner Run Details

Authorizations

x-api-key
string
header
required

API key for authentication (lowercase header name)

Path Parameters

scanner_uid
string
required
run_uid
string
required

Response

200 - application/json

Raw scanner run detail

uid
string
status
enum<string>
Available options:
pending,
running,
completed,
failed,
notification_failed
status_display
string
started_at
string<date-time> | null
completed_at
string<date-time> | null
duration_seconds
number | null
search_from
string<date-time>
search_to
string<date-time>
results_count
integer
results_sample
any[] | null
request_params_used
object
execution_meta
object
notification_sent
boolean
notification_sent_at
string<date-time> | null
notification_error
string
error_message
string
search_url
string
previous_results_count
integer
results_delta
integer
notification_logs
object[]