---
title: "GET /api/v1/github/installations/{installation_id}/pull-requests"
method: GET
path: "/api/v1/github/installations/{installation_id}/pull-requests"
---

# GET /api/v1/github/installations/{installation_id}/pull-requests

`GET /api/v1/github/installations/{installation_id}/pull-requests`

## Path parameters

- `installation_id` string, required

## Query parameters

- `page` string[]
- `pr` integer

## Response `200`

- object
  - `pull_requests` InstallationPullRequest[], required
    - `base_branch` string, required
    - `base_sha` string, required
    - `branch` string, required
    - `latest_work_manifest_run_at` string
    - `merged_at` string
    - `merged_sha` string
    - `name` string, required
    - `owner` string, required
    - `pull_number` integer, required
    - `repository` integer, required
    - `sha` string, required
    - `state` 'open' | 'closed' | 'merged', required
    - `title` string
    - `user` string

## Other responses

- `403`

## Changes

- **2025-03-12** `3a92bf540628` — 1 info
  - endpoint added
- **2024-10-03** `2089572474fe` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/terrateamio/apis/untitled-api/changes/api/v1/github/installations/:installation_id/pull-requests/get.md)

---

[API](https://skmtc.dev/terrateamio/apis/untitled-api.md) · [All operations](https://skmtc.dev/terrateamio/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/terrateamio/untitled-api/revisions/1fd77fcac464/schema)
