Skip to main content
GET
List Compliance Scans

Authorizations

apikey
string
header
required

Query Parameters

page
integer
default:1

1-based page number.

Required range: x >= 1
per_page
integer
default:20

Rows per page, 1–100.

Required range: 1 <= x <= 100
status
enum<string>

Only return scans in this state. needs_reconnect is filterable even though it cannot be written by a caller.

Available options:
active,
paused,
disabled,
needs_reconnect

Response

Successful Response

scans
ComplianceScan · object[]
pagination
CompliancePagination · object