List pull requests
List pull requests that Sazabi opened, optionally filtered by status, repository, and requesting user.
Query parameters
Project to list pull requests for. Auto-filled from CLI and SDK context when omitted.
Maximum number of pull requests to return per page.
Opaque cursor from a previous response's nextCursor to fetch the next page. Pass it back verbatim; its format is not part of the API contract.
Filter by pull request status (open, merged, or closed).
Filter by repository full name, for example owner/repo. Case-insensitive.
Filter by the Sazabi user who requested the pull request. Pass 'me' to filter to the authenticated user.
Response
OK
Changes
Changed in 1 of the 4 revisions of this API.21
- ▲
for the
queryrequest parametercursor, the minLength was increased from0to1request-parameter-min-length-increased
- ▲
the
/response's property format changed fromuuidto no format for statusresponse-property-type-changed
- ○
for the
queryrequest parametercursor, the format was generalized fromuuidto no formatrequest-parameter-type-generalized
- ▲