---
title: "Changes to List pull requests owned by a session"
method: GET
path: "/api/v1/sessions/{sessionId}/pr"
---

# Changes to List pull requests owned by a session

`GET /api/v1/sessions/{sessionId}/pr`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 11 of 112 revisions.

- **2026-08-23** `810ee12d1847` — 2 info
- **2026-08-19** `bb754a2aabe7` — 1 info
- **2026-08-14** `c54b19f414b8` — 1 info
- **2026-08-13** `9c4458b5852c` — 1 warning
- **2026-08-13** `1c746377fde5` — 1 info
- **2026-08-09** `be069344383f` — 2 info
- **2026-07-24** `d202268a973f` — 2 info
- **2026-07-23** `481d33673a47` — 1 info
- **2026-06-29** `eb118015d07b` — 2 info
- **2026-06-21** `09193e178bfe` — 4 breaking, 23 info
- **2026-06-10** `b64f5ab46d87` — 21 breaking, 5 warning, 1 info

## Changes

- **2026-08-23** `810ee12d1847` — 2 info
  - added the optional property `prs/items/review/resolvedBy/items/links/items/reviewId` to the response with the `200` status
  - added the optional property `prs/items/review/unresolvedBy/items/links/items/reviewId` to the response with the `200` status
- **2026-08-19** `bb754a2aabe7` — 1 info
  - added the optional property `prs/items/review/resolvedBy` to the response with the `200` status
- **2026-08-14** `c54b19f414b8` — 1 info
  - added the optional property `prs/items/review/unresolvedBy/items/links/items/body` to the response with the `200` status
- **2026-08-13** `9c4458b5852c` — 1 warning
  - added the new `gitlab` enum value to the `prs/items/provider` response property for the response status `200`
- **2026-08-13** `1c746377fde5` — 1 info
  - added the required property `prs/items/ci/autoInjectCI` to the response with the `200` status
- **2026-08-09** `be069344383f` — 2 info
  - added the required property `prs/items/review/reviews/items/autoInjectReview` to the response with the `200` status
  - added the required property `prs/items/review/unresolvedBy/items/links/items/autoInjectReview` to the response with the `200` status
- **2026-07-24** `d202268a973f` — 2 info
  - added the optional property `prs/items/createdAt` to the response with the `200` status
  - added the optional property `prs/items/stateChangedAt` to the response with the `200` status
- **2026-07-23** `481d33673a47` — 1 info
  - added the optional property `prs/items/review/reviews` to the response with the `200` status
- **2026-06-29** `eb118015d07b` — 2 info
  - added the optional property `prs/items/review/unresolvedBy/items/isBot` to the response with the `200` status
  - added the optional property `prs/items/review/unresolvedBy/items/reviewUrl` to the response with the `200` status
- **2026-06-21** `09193e178bfe` — 4 breaking, 23 info
  - the `prs/items/ci` response's property type/format changed from `string`/`` to `object`/`` for status `200`
  - the `prs/items/mergeability` response's property type/format changed from `string`/`` to `object`/`` for status `200`
  - the `prs/items/review` response's property type/format changed from `string`/`` to `object`/`` for status `200`
  - removed the required property `prs/items/reviewComments` from the response with the `200` status
  - added the optional property `prs/items/ciObservedAt` to the response with the `200` status
  - added the optional property `prs/items/htmlUrl` to the response with the `200` status
  - added the optional property `prs/items/mergeability/conflictFiles` to the response with the `200` status
  - added the optional property `prs/items/observedAt` to the response with the `200` status
  - added the optional property `prs/items/reviewObservedAt` to the response with the `200` status
  - added the required property `prs/items/additions` to the response with the `200` status
  - added the required property `prs/items/author` to the response with the `200` status
  - added the required property `prs/items/changedFiles` to the response with the `200` status
  - added the required property `prs/items/ci/failingChecks` to the response with the `200` status
  - added the required property `prs/items/ci/state` to the response with the `200` status
  - added the required property `prs/items/deletions` to the response with the `200` status
  - added the required property `prs/items/headSha` to the response with the `200` status
  - added the required property `prs/items/mergeability/prUrl` to the response with the `200` status
  - added the required property `prs/items/mergeability/reasons` to the response with the `200` status
  - added the required property `prs/items/mergeability/state` to the response with the `200` status
  - added the required property `prs/items/provider` to the response with the `200` status
  - added the required property `prs/items/repo` to the response with the `200` status
  - added the required property `prs/items/review/decision` to the response with the `200` status
  - added the required property `prs/items/review/hasUnresolvedHumanComments` to the response with the `200` status
  - added the required property `prs/items/review/unresolvedBy` to the response with the `200` status
  - added the required property `prs/items/sourceBranch` to the response with the `200` status
  - added the required property `prs/items/targetBranch` to the response with the `200` status
  - added the required property `prs/items/title` to the response with the `200` status
- **2026-06-10** `b64f5ab46d87` — 21 breaking, 5 warning, 1 info
  - the `prs/items/ci` response's property type/format changed from `object`/`` to `string`/`` for status `200`
  - the `prs/items/mergeability` response's property type/format changed from `object`/`` to `string`/`` for status `200`
  - the `prs/items/review` response's property type/format changed from `object`/`` to `string`/`` for status `200`
  - removed the required property `prs/items/additions` from the response with the `200` status
  - removed the required property `prs/items/author` from the response with the `200` status
  - removed the required property `prs/items/changedFiles` from the response with the `200` status
  - removed the required property `prs/items/ci/failingChecks` from the response with the `200` status
  - removed the required property `prs/items/ci/state` from the response with the `200` status
  - removed the required property `prs/items/deletions` from the response with the `200` status
  - removed the required property `prs/items/headSha` from the response with the `200` status
  - removed the required property `prs/items/mergeability/prUrl` from the response with the `200` status
  - removed the required property `prs/items/mergeability/reasons` from the response with the `200` status
  - removed the required property `prs/items/mergeability/state` from the response with the `200` status
  - removed the required property `prs/items/provider` from the response with the `200` status
  - removed the required property `prs/items/repo` from the response with the `200` status
  - removed the required property `prs/items/review/decision` from the response with the `200` status
  - removed the required property `prs/items/review/hasUnresolvedHumanComments` from the response with the `200` status
  - removed the required property `prs/items/review/unresolvedBy` from the response with the `200` status
  - removed the required property `prs/items/sourceBranch` from the response with the `200` status
  - removed the required property `prs/items/targetBranch` from the response with the `200` status
  - removed the required property `prs/items/title` from the response with the `200` status
  - removed the optional property `prs/items/ciObservedAt` from the response with the `200` status
  - removed the optional property `prs/items/htmlUrl` from the response with the `200` status
  - removed the optional property `prs/items/mergeability/conflictFiles` from the response with the `200` status
  - removed the optional property `prs/items/observedAt` from the response with the `200` status
  - removed the optional property `prs/items/reviewObservedAt` from the response with the `200` status
  - added the required property `prs/items/reviewComments` to the response with the `200` status

---

[Operation](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon/docs/api/v1/sessions/:sessionId/pr/get.md) · [API](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon.md) · [Page](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon/changes/api/v1/sessions/:sessionId/pr/get)
