---
title: "POST /ListCodeReviewJobsForCodeReview"
method: POST
path: "/ListCodeReviewJobsForCodeReview"
---

# POST /ListCodeReviewJobsForCodeReview

`POST /ListCodeReviewJobsForCodeReview`

Returns a paginated list of code review job summaries for the specified code review configuration.

## Request body

- object
  - `maxResults` integer — Maximum results for pagination.
  - `codeReviewId` string, required — The unique identifier of the code review to list jobs for.
  - `agentSpaceId` string, required — The unique identifier of the agent space.
  - `nextToken` string — Pagination token.

## Response `200`

Success

- ListCodeReviewJobsForCodeReviewOutput — Output for the ListCodeReviewJobsForCodeReview operation.
  - `codeReviewJobSummaries` CodeReviewJobSummary[] — The list of code review job summaries.
    - `codeReviewJobId` string, required — The unique identifier of the code review job.
    - `codeReviewId` string, required — The unique identifier of the code review associated with the job.
    - `title` string — The title of the code review job.
    - `status` 'IN_PROGRESS' | 'STOPPING' | 'STOPPED' | 'FAILED' | 'COMPLETED' — The current status of the code review job.
    - `createdAt` string, date-time — The date and time the code review job was created, in UTC format.
    - `updatedAt` string, date-time — The date and time the code review job was last updated, in UTC format.
  - `nextToken` string — 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.

---

[API](https://skmtc.net/aws/apis/securityagent.md) · [All operations](https://skmtc.net/aws/apis/securityagent/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/securityagent/versions/cad56717d636/schema)
