---
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

---

[API](https://skmtc.net/composiohq/apis/agent-orchestrator-http-daemon.md) · [All operations](https://skmtc.net/composiohq/apis/agent-orchestrator-http-daemon/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/composiohq/agent-orchestrator-http-daemon/versions/6ffec0ec12f0/schema)
