Returns a paginated list of endpoints discovered during a pentest job execution.
post/ListDiscoveredEndpoints
Request body
maxResultsinteger
Maximum results for pagination.
pentestJobIdstring required
The unique identifier of the pentest job to list discovered endpoints for.
agentSpaceIdstring required
The unique identifier of the agent space.
prefixstring
A prefix to filter discovered endpoints by URI.
nextTokenstring
Pagination token.
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.