Skip to main content
Endpoint: GET /api/v1/guard/results Use this to build dashboards and analytics. Results can be filtered by project_id or by a specific scan_id if your integration stores the ID returned by /guard (when enabled).

Query parameters

  • project_id (optional) — return scans for this project.
  • scan_id (optional) — return details for a specific scan (if available).
  • Pagination parameters (optional)page, per_page.

Example response (shape)

Examples

Python

JavaScript

TypeScript

Java

C#

C++

PHP

Go

Rust