Get vulnerabilities
Returns security findings for the app. While a test is active the response carries status RUN_IN_PROGRESS — poll the run status endpoint and retry once COMPLETED.
Authorizations
JWT login token tied to your Perfai user (not a separate API key). Obtain it via POST /api/v1/auth/token with your username and password (use the returned id_token) — the same login the web console performs. Carries org, user, and role; short-lived.
Path Parameters
MongoDB ObjectId of the app (from GET /apps or POST /apps).
Query Parameters
x >= 11 <= x <= 100Free-text filter across the finding's text fields.
Only return findings of this severity (case-insensitive).
Critical, High, Medium, Low Filter by whether Perfai has confirmed the finding is fixed.
Filter by whether the finding has been dismissed as accepted risk.

