v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1492497398.3 KB

Returns a paginated list of task summaries for the specified code review job, optionally filtered by step name or category.

post/ListCodeReviewJobTasks

Request body

agentSpaceIdstring required

The unique identifier of the agent space.

maxResultsinteger

Maximum results for pagination.

codeReviewJobIdstring

The unique identifier of the code review job to list tasks for.

stepName'PREFLIGHT' | 'STATIC_ANALYSIS' | 'PENTEST' | 'FINALIZING' | 'VALIDATION'

Pentest job step names.

categoryNamestring

Filter tasks by category name.

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.