v1

latestOpenAPI 3.0.02026-07-249055687.1 KB
alerts

List full scans associated with alert (Beta)

List full scans associated with alert.

This endpoint consumes 10 units of your quota.

This endpoint requires the following org token scopes:

  • alerts:list
get/orgs/{org_slug}/alert-full-scan-search

Path parameters

org_slugstring required

The slug of the organization

Query parameters

per_pageinteger

Specify the maximum number of items to return per page (intermediate pages may have fewer than this limit and callers should always check "endCursor" in response body to know if there are more pages)

startAfterCursorstring

The pagination cursor that was returned as the "endCursor" property in previous request

alertKeystring required

One or more alert keys for which to find associated full scans

rangestring

The number of days of data to fetch as an offset from current date (e.g. "-7d" for past 7 days)

Response

The paginated array of full scans associated with alert for the organization and related metadata.

endCursorstring nullable required