Skip to main content
GET
/
api
/
scans
List Scans
curl --request GET \
  --url https://api.example.com/api/scans \
  --header 'X-API-Key: <api-key>'
[
  {}
]

Authorizations

X-API-Key
string
header
required

Use an API key in the X-API-Key header.

Query Parameters

org_id
string | null
status
string | null
limit
integer
default:50
offset
integer
default:0

Response

Successful Response