mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-19 02:21:52 +00:00
18 lines
497 B
Plaintext
18 lines
497 B
Plaintext
---
|
|
title: "List Compliance Overviews"
|
|
api: "GET /api/v1/compliance-overviews"
|
|
description: "Retrieve compliance framework coverage for scans."
|
|
---
|
|
|
|
Get compliance status across frameworks like CIS, PCI-DSS, HIPAA, etc.
|
|
|
|
## Query Parameters
|
|
- `filter[scan]` - Filter by scan UUID (required)
|
|
- `filter[framework]` - Filter by framework name
|
|
|
|
## Example
|
|
\`\`\`bash
|
|
curl "https://api.prowler.com/api/v1/compliance-overviews?filter[scan]=scan-uuid" \\
|
|
-H "Authorization: Bearer YOUR_API_KEY"
|
|
\`\`\`
|