CodeReviewSummary
SchemaSummary information for a code review.
Fields
· 22sequence number required Human-readable sequence number for the review within the project.
mergeId string required Stable merge identifier for the review.
status string · enum required Current review status.
values
openmergedclosed
title string · nullable required Review title.
summary string · nullable required Completed scan summary.
fromVersion string required Source branch or version being reviewed.
toVersion string required Target branch or version being compared against.
fromVersionLabel string · nullable required Display label for the source branch or version.
toVersionLabel string · nullable required Display label for the target branch or version.
requestedByName string · nullable required Display name of the user who requested the review.
requestedByEmail string · nullable required Email of the user who requested the review.
requestedByImage string · nullable required Avatar URL for the user who requested the review.
provider string · enum required Provider backing the selected model.
values
claudeopenaigeminiopencodecursor
Model identifier used for the review.
values
claude-opus-4.6claude-opus-4.7claude-fable-5claude-fable-5.1claude-opus-5claude-sonnet-4.6
createdAt number required Unix timestamp in milliseconds when the review was created.
updatedAt number required Unix timestamp in milliseconds when the review was last updated.
completedAt number · nullable required Unix timestamp in milliseconds when the review completed.
mergedAt number · nullable required Unix timestamp in milliseconds when the review was marked merged.
closedAt number · nullable required Unix timestamp in milliseconds when the review was closed without merging.
conversationStatus string | null required Current lifecycle state of the linked agent conversation.
conversationErrorCode string · nullable required Internal error code from the linked conversation when one exists.
id string required Opaque identifier for the code review.