---
title: "Check if a pull request has been merged"
method: GET
path: "/repos/{owner}/{repo}/pulls/{pull_number}/merge"
tags: ["pulls"]
---

# Check if a pull request has been merged

`GET /repos/{owner}/{repo}/pulls/{pull_number}/merge`

Checks if a pull request has been merged into the base branch. The HTTP status of the response indicates whether or not the pull request has been merged; the response body is empty.

## Path parameters

- `owner` string, required
- `repo` string, required
- `pull_number` integer, required

## Response `204`

Response if pull request has been merged

## Other responses

- `404` — Not Found if pull request has not been merged

---

[API](https://skmtc.net/github/apis/github-v3-rest-api-2.md) · [All operations](https://skmtc.net/github/apis/github-v3-rest-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/github/github-v3-rest-api-2/versions/8ae6d0c8716e/schema)
