GitHub & Code
listIssues
List GitHub Issues
List issues for a GitHub repository.
Arguments
ownerstringrequiredRepository owner (user or org)pageintegeroptional1-indexed page number. Pass the previous call's nextPage.perPagenumberoptionalResults per pagerepostringrequiredRepository namestatestringoptionalIssue state filter
Returns
Paginated: one call returns at most perPage results (100 max), and the result carries hasMore plus nextPage.
Declared limits
page: minimum 1page: maximum 9007199254740991perPage: minimum 1perPage: maximum 100
Ask for it
The Cloud routes these requests to this verb.
- open issues on X
- what issues are in <repo>
Pair it with
The verbs that finish the job.