---
title: "Developer's open PRs"
method: GET
path: "/api/v1alpha/developers/{username}/prs/open"
tags: ["Developers"]
---

# Developer's open PRs

`GET /api/v1alpha/developers/{username}/prs/open`

PRs authored by the developer.

## Path parameters

- `username` string, required

## Response `200`

Open PRs retrieved

- PRSummary[]
  - `number` integer
  - `title` string
  - `wb_index` integer
  - `wb_name` string — Branch name (e.g. 'main'), usable directly as the {branch} path parameter in watched_branches endpoints
  - `build_state` string, nullable
  - `out_of_date` boolean
  - `gh_statuses` object
  - `labels` string[]
  - `source_branch_name` string
  - `review_state` string, nullable
  - `author` string

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/hail-is/apis/hail-ci-service.md) · [All operations](https://skmtc.net/hail-is/apis/hail-ci-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hail-is/hail-ci-service/versions/37d6dddb7b5a/schema)
