Skip to main content
GET
List

Authorizations

Authorization
string
header
required

Bearer API Key. For example, "Bearer {Tenant API Key}"

Headers

Authorization
string
required

Bearer API Key. For example, "Bearer {Tenant API Key}"

Query Parameters

assetType
string

Filter checks by the asset type they target

Example:

"AWS::S3::Bucket"

scope
enum<string>

Filter checks by target scope

Available options:
batch,
all
limit
string

Maximum number of checks to return, 1–200 (values above 200 are clamped). Defaults to 50.

Example:

"50"

cursor
string

Opaque cursor for the next page of results

Response

A page of custom checks

items
object[]
required
nextCursor
string

Cursor to pass as cursor to fetch the next page. Absent on the last page.