Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Pagination cursor
Sort field
Available options:
pr_title
, pr_number
, pr_status
, pr_author
, repo_name
, open_issue_count
, updated_at
Sort order
Available options:
asc
, desc
Page size
Required range:
1 <= x <= 1000
Filter by start time (RFC3339 format)
Filter by end time (RFC3339 format)
Filter by PR status (open, closed, merged)
Filter by custom criteria (open_with_issues, merged_with_issues, not_reviewed, reviewed)
Response
OK
Indicates if there are more items available
Example:
true
The response items
Cursor for the next page
Example:
"eyJzb3J0X3ZhbHVlIjoiMjAyNC0wMS0xNVQxMDozMDowMFoiLCJkb2N1bWVudF9pZCI6InJlcG8xMjMiLCJzb3J0X2ZpZWxkIjoiY3JlYXRlZF9hdCJ9"
Total count of items (if available)
Example:
250