---
title: "Resolve review threads on a pull request"
method: POST
path: "/api/v1/prs/{id}/resolve-comments"
tags: ["prs"]
---

# Resolve review threads on a pull request

`POST /api/v1/prs/{id}/resolve-comments`

## Path parameters

- `id` string, required — PR number.

## Response `200`

OK

- ResolveCommentsResponse
  - `ok` boolean, required
  - `resolved` integer, required

## Other responses

- `404` — Not Found
- `422` — Unprocessable Entity
- `501` — Not Implemented

## Changes

- **2026-09-03** `d31a2d019c47` — 3 info
  - added the optional property `reporting_owner` to the response with the `404` status
  - added the optional property `reporting_owner` to the response with the `422` status
  - added the optional property `reporting_owner` to the response with the `501` status

[Change history](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon/changes/api/v1/prs/:id/resolve-comments/post.md)

---

[API](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon.md) · [All operations](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon/llms.txt) · [OpenAPI document](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon/revisions/86cb304626a5?raw)
