Paginate through the findings produced by a scan.
verification_status = approved) are returned.
read| Parameter | Type | Description |
|---|---|---|
id | UUID | Scan UUID. |
| Parameter | Type | Default | Description |
|---|---|---|---|
page | integer | 1 | 1‑based page number. |
limit | integer | 15 | Items per page. Max 100. |
severity | enum | — | Filter by severity: critical, high, medium, low, info. |
state | enum | — | Filter by state: open, true_positive, false_positive, accepted_risk, resolved. |
sort_by | enum | found_at | One of found_at, updated_at, severity. |
sort_order | enum | DESC | ASC or DESC. |
200 OK
404 — scan not found or not visible to your organization.