v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1479429429.3 KB

Retrieves a subset of information about one or more findings.

post/findings

Query parameters

maxResultsstring

Pagination limit

nextTokenstring

Pagination token

Request body

maxResultsinteger

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

nextTokenstring

The nextToken string that specifies which page of results to return in a paginated response.

Response

Success

findingIdsString[]

An array of strings, where each string is the unique identifier for a finding that matches the filter criteria specified in the request.

nextTokenstring

The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.