Dashboard
Aggregated metrics and charts for the main dashboard.
📄️ Findings Chart
Return time-series chart data of findings, created remediations and solved remediations between start_date and end_date (YYYY-MM-DD, both required), optionally filtered by a comma-separated repository_ids list. Returns 400 for missing or malformed dates.
📄️ OWASP Chart
Return the number of open (non-solved, non-duplicate, non-false-positive) findings grouped by OWASP Top 10 category for the authenticated client, including categories with zero findings.
📄️ OWASP CI/CD Chart
Return the number of open findings grouped by OWASP CI/CD security risk category for the authenticated client. Solved, duplicate and false-positive findings are excluded.
📄️ Get Supply Chain Categories
Return the static list of software supply chain security categories used to classify findings across the platform.
📄️ Supply Chain Chart
Return the percentage of the client's open findings that fall into each supply chain security category. Solved, duplicate and false-positive findings are excluded from the counts.
📄️ Total Findings Chart
Return aggregate finding counts up to end_date (YYYY-MM-DD, required): total, aggregated (deduplicated), prioritized (priority >= 80) and per-severity breakdowns. Accepts an optional start_date and comma-separated repository_ids filter; returns 400 for invalid dates.