OptionalassigneeFilter by assignee login, '*' (any), or 'none'
OptionalcreatorFilter by author login
OptionaldirectionSort direction
OptionalfilterWhich issues to show. Only applies to the cross-repository GET /issues endpoint.
Ignored by the per-repository endpoint.
OptionallabelsFilter by comma-separated label names
OptionalmentionedFilter by user mentioned
OptionalmilestoneFilter by milestone number, '*' (any), or 'none'
OptionalpagePage number to retrieve (1-based).
Use nextPage from the previous response to paginate forward.
Optionalper_Maximum number of results per page.
GitHub default is 30, maximum is 100.
OptionalsinceOnly return issues updated after this ISO 8601 date
OptionalsortSort field
OptionalstateFilter by state
Query parameters for listing issues.
Works for both per-repository (
GET /repos/{owner}/{repo}/issues) and cross-repository (GET /issues) endpoints. Thefilterfield is only meaningful for the cross-repository endpoint.See