Returns a paginated list of code review summaries for the specified agent space.
post/ListCodeReviews
Request body
maxResultsinteger
Maximum results for pagination.
nextTokenstring
Pagination token.
agentSpaceIdstring required
The unique identifier of the agent space to list code reviews for.
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.