Lists the security findings for a pentest job.
post/ListFindings
Request body
maxResultsinteger
Maximum results for pagination.
pentestJobIdstring
The unique identifier of the pentest job to list findings for.
codeReviewJobIdstring
The unique identifier of the code review job to list findings for. Mutually exclusive with pentestJobId.
agentSpaceIdstring required
The unique identifier of the agent space.
nextTokenstring
Pagination token.
riskTypestring
Filter findings by risk type.
riskLevel'UNKNOWN' | 'INFORMATIONAL' | 'LOW' | 'MEDIUM' | 'HIGH' | 'CRITICAL'
Risk severity level.
status'ACTIVE' | 'RESOLVED' | 'ACCEPTED' | 'FALSE_POSITIVE'
Finding status.
confidence'FALSE_POSITIVE' | 'UNCONFIRMED' | 'LOW' | 'MEDIUM' | 'HIGH'
Finding confidence level.
namestring
Filter findings by name.
Response
Success
nextTokenstring
A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request. For subsequent calls, use the nextToken value returned from the previous request.