v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1492497398.3 KB

Starts a new code review job for a code review configuration. The job executes the security-focused code analysis defined in the code review.

post/StartCodeReviewJob

Request body

agentSpaceIdstring required

The unique identifier of the agent space.

codeReviewIdstring required

The unique identifier of the code review to start a job for.

Response

Success

titlestring

The title of the code review job.

status'IN_PROGRESS' | 'STOPPING' | 'STOPPED' | 'FAILED' | 'COMPLETED'

The current status of the code review job.

createdAtstring date-time

The date and time the code review job was created, in UTC format.

updatedAtstring date-time

The date and time the code review job was last updated, in UTC format.

codeReviewIdstring required

The unique identifier of the code review.

codeReviewJobIdstring required

The unique identifier of the started code review job.

agentSpaceIdstring

The unique identifier of the agent space.