v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1479429429.3 KB

Retrieves (queries) aggregated statistical data about findings.

post/findings/statistics

Request body

groupBy'resourcesAffected.s3Bucket.name' | 'type' | 'classificationDetails.jobId' | 'severity.description' required
<p>The finding property to use to group the query results. Valid values are:</p> <ul><li><p>classificationDetails.jobId - The unique identifier for the classification job that produced the finding.</p></li> <li><p>resourcesAffected.s3Bucket.name - The name of the S3 bucket that the finding applies to.</p></li> <li><p>severity.description - The severity level of the finding, such as High or Medium.</p></li> <li><p>type - The type of finding, such as Policy:IAMUser/S3BucketPublic and SensitiveData:S3Object/Personal.</p></li></ul>
sizeinteger

The maximum number of items to include in each page of the response.

Response

Success