CodeReviewSummary

Schema

Summary information for a code review.

Fields

· 22
sequence 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

  • open
  • merged
  • closed
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

  • claude
  • openai
  • gemini
  • opencode
  • cursor
model ChatModelResponseId · enum required

Model identifier used for the review.

values

  • claude-opus-4.6
  • claude-opus-4.7
  • claude-fable-5
  • claude-fable-5.1
  • claude-opus-5
  • claude-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.

Used by

· 1 operation