---
title: "List pull request creators"
method: GET
path: "/v1/repos/{owner}/{repo}/pull_request_creators/"
tags: ["Pull Request Creators"]
---

# List pull request creators

`GET /v1/repos/{owner}/{repo}/pull_request_creators/`

Querying the pull request creators list in a given repository.

This API provides multiple ways to sort the query results, for example:

- `sort=prs-desc` (Default): Sorted in descending order based on `prs` field (the number of PRs they have contributed), meaning that the contributor with the most PRs is at the top.
- `sort=first_pr_merged_at-desc`: Sorted in descending order based on `first_pr_merged_at` field (the time of their first merged PR), which means you can got a list of new code contributors of the repository.

## Path parameters

- `owner` string, required
- `repo` string, required

## Query parameters

- `sort` 'login' | 'prs' | 'prs-desc' | 'first_pr_opened_at' | 'first_pr_opened_at-desc' | 'first_pr_merged_at' | 'first_pr_merged_at-desc'
- `exclude_bots` boolean
- `page` integer
- `page_size` integer

## Response `200`

Default Response

---

[API](https://skmtc.net/ossinsight/apis/ossinsight-api.md) · [All operations](https://skmtc.net/ossinsight/apis/ossinsight-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ossinsight/ossinsight-api/revisions/f06e9c828f44/schema)
