---
title: "GET /api/v1/git-versions/{user}/{repo}/pulls"
method: GET
path: "/api/v1/git-versions/{user}/{repo}/pulls"
tags: ["Git Versions"]
---

# GET /api/v1/git-versions/{user}/{repo}/pulls

`GET /api/v1/git-versions/{user}/{repo}/pulls`

## Path parameters

- `user` string, required
- `repo` string, required

## Response `200`

The newest PRs of the repo

- PullInfo[]
  - `number` number, required — The number of the PR
  - `title` string, required — The title of the PR
  - `author` string, required — The username of the author
  - `labels` string[], required — The labels on the PR
  - `isDraft` boolean, required — Whether the PR is still a draft

---

[API](https://skmtc.dev/flybywiresim/apis/flybywire-simulations-api.md) · [All operations](https://skmtc.dev/flybywiresim/apis/flybywire-simulations-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/flybywiresim/flybywire-simulations-api/revisions/3013dbd0cff1/schema)
