---
title: "PR comment message"
method: GET
path: "/comment"
---

# PR comment message

`GET /comment`

Get PR comment contents for the difference between two builds.

 _Note: Formerly `/getComment`, usages of `/getComment` are still supported but will be deprecated in the future._

## Query parameters

- `buildId` string, required
- `baseBuildId` string, required

## Response `200`

Success

- CommentData
  - `comment` string
  - `buildDetails` object
    - `baseBuildDetails` object
      - `appSize` integer
      - `appDownloadSize` integer
      - `appInstallSize` integer
      - `appVersion` string
      - `appBuild` string
      - `url` string
      - `emergeId` string
    - `currentBuildDetails` object
      - `appSize` integer
      - `appDownloadSize` integer
      - `appInstallSize` integer
      - `appVersion` string
      - `appBuild` string
      - `url` string
      - `emergeId` string
  - `buildComparison` object
    - `sizeDiff` integer
    - `fileDiffs` object[]
      - `name` string
      - `sizeDiff` integer

---

[API](https://skmtc.dev/emergetools/apis/emerge-api.md) · [All operations](https://skmtc.dev/emergetools/apis/emerge-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/emergetools/emerge-api/revisions/5af529b19931/schema)
