GitHub

Pull Requests

Searches public GitHub pull requests authored by a user using GitHub's public search index. Pass username, handle, or url. Optional since and until filters use YYYY-MM-DD created dates. Results include the PR title, repo, state, created_at, and url, sorted by newest created first.

get/v1/github/user/pull-requests

Query parameters

handlestring required

GitHub username/handle of the user you want pull requests for

sincestring

Only return pull requests created on or after this date. Use YYYY-MM-DD.

untilstring

Only return pull requests created on or before this date. Use YYYY-MM-DD.

cursornumber

Cursor from the previous response. Defaults to 1.

Response

Successful response

Changes

No recorded changes to this endpoint across all 1 revision of this API.