Search for issues across the repositories that the user has access to
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “ Query Parameters ”State of the issue
Comma-separated list of label names. Fetch only issues that have any of these labels. Non existent labels are discarded.
Comma-separated list of milestone names. Fetch only issues that have any of these milestones. Non existent milestones are discarded.
Search string
Repository ID to prioritize in the results
Filter by issue type
Only show issues updated after the given time (RFC 3339 format)
Only show issues updated before the given time (RFC 3339 format)
Filter issues or pulls assigned to the authenticated user
Filter issues or pulls created by the authenticated user
Filter issues or pulls mentioning the authenticated user
Filter pull requests where the authenticated user’s review was requested
Filter pull requests reviewed by the authenticated user
Filter by repository owner
Filter by team (requires organization owner parameter)
Page number of results to return (1-based)
Number of items per page
Type of sort
Responses
Section titled “ Responses ”IssueList
Issue represents an issue in a repository
object
Attachment a generic attachment
object
User represents a user
object
Is user active
URL to the user’s avatar
The user’s description
User counts
The user’s full name
URL to the user’s profile page
The user’s id
Is the user an administrator
User locale
The user’s location
The user’s username
The user’s authentication sign-in name.
Is user login prohibited
The user’s pronouns
Is user restricted
The ID of the user’s Authentication Source
User visibility level option: public, limited, private
The user’s website
User represents a user
object
Is user active
URL to the user’s avatar
The user’s description
User counts
The user’s full name
URL to the user’s profile page
The user’s id
Is the user an administrator
User locale
The user’s location
The user’s username
The user’s authentication sign-in name.
Is user login prohibited
The user’s pronouns
Is user restricted
The ID of the user’s Authentication Source
User visibility level option: public, limited, private
The user’s website
Label a label to an issue or a pr
object
Milestone milestone is a collection of issues on one repository
object
StateType issue state type
PullRequestMeta PR info if an issue is a PR
object
RepositoryMeta basic repository information
object
StateType issue state type
User represents a user
object
Is user active
URL to the user’s avatar
The user’s description
User counts
The user’s full name
URL to the user’s profile page
The user’s id
Is the user an administrator
User locale
The user’s location
The user’s username
The user’s authentication sign-in name.
Is user login prohibited
The user’s pronouns
Is user restricted
The ID of the user’s Authentication Source
User visibility level option: public, limited, private
The user’s website
Example
[ { "assets": [ { "type": "attachment" } ], "assignee": { "login_name": "empty" }, "assignees": [ { "login_name": "empty" } ], "labels": [ { "color": "00aabb", "exclusive": false, "is_archived": false } ], "user": { "login_name": "empty" } }]APIError is error format response
APIError is an api error with a message
object
Example generated
{ "message": "example", "url": "example"}APIValidationError is error format response related to input validation
object
Example generated
{ "message": "example", "url": "example"}