Issues
List issues
Retrieve a paginated list of GitHub issues.
get/api/v0/issues/
Query parameters
organizationstring nullable
Organization that issues belong to (filtered by repository owner)
Example:OWASP
Organization that issues belong to (filtered by repository owner)
repositorystring nullable
Repository that issues belong to
Example:Nest
Repository that issues belong to
state'open' | 'closed'
Issue state choices.
Issue state
ordering'created_at' | '-created_at' | 'updated_at' | '-updated_at' nullable
Ordering field
Ordering field
pageinteger
Page number
Page number
page_sizeinteger
Number of items per page
Number of items per page
Response
OK
Changes
No recorded changes to this endpoint across all 1 revision of this API.