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

# Developer's PRs (all categories)

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

Returns all PRs relevant to the developer grouped into open (authored), reviewer, and action_required lists. Each PR includes wb_index and wb_name to correlate with the watched_branches endpoint. wb_name is the branch name (e.g. 'main') and can be used directly as the {branch} path parameter.

## Path parameters

- `username` string, required

## Response `200`

PR lists retrieved

- DeveloperPRs
  - `open` 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
  - `reviewer` 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
  - `action_required` 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)
