Skip to main content
GET
List Compliance Data with Conditional Findings

Authorizations

X-CONNECTION-ID
string
header
required
X-API-KEY
string
header
required

Query Parameters

updatedSince
string<date-time> | null

Datetime filter, only return compliances updated since this datetime. Example format: 2021-01-01T00:00:00+00:00

cursor
string | null

Skip token to continue from the last item in the previous page

limit
integer
default:100

Limit size (page size)

Required range: x >= 0
includeFindings
boolean
default:false

Include findings data (only for FAIL status compliances)

complianceStatus
string | null

Filter by one or more compliance status. Valid values: PASS, FAIL, NOT_APPLICABLE

standard
string | null

Filter by one or more standard (partial match, case insensitive)

Response

Successful Response

items
CSPMComplianceData · object[]
required

List of items returned in the response

next_cursor
string | null

Skip token to continue from the last item in the previous page

previous_cursor
string | null

Skip token to continue from the first item in the previous page