Pull Requests endpoint: Returns all pull requests for an account

Query Params
integer
1 to 100
Defaults to 20

Number of items to return

integer
≥ 0
Defaults to 0

Number of items to skip

string

Filter by state (OPEN, CLOSED, MERGED, DRAFT, etc.)

string

Filter by multiple states (comma-separated)

string

Filter by system (GITHUB, AZURE_DEVOPS, BITBUCKET)

uuid

Filter by repository ID

string

Filter by multiple repository IDs (comma-separated)

uuid

Filter by author committer ID

uuid

Filter by reviewer committer ID

string

Filter by source branch

string

Filter by target branch

date-time

Filter by created date (after)

date-time

Filter by created date (before)

date-time

Filter by merged date (after)

date-time

Filter by merged date (before)

string

Search in title and description

string
enum
Defaults to createdDate

Sort field

Allowed:
string
enum
Defaults to DESC

Sort order

Allowed:
Responses

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json