Issues are a bug tracking system built into Github. They provide a way for people to report problems, receive feedback, and collaborate together on code projects. Active issues shows issues that are not closed.
GET
/
v1
/
developer
/
github
/
issues
/
active
GitHub Active Issues
Copy
Ask AI
curl --request GET \ --url https://api.invezo.com/v1/developer/github/issues/active \ --header 'x-invezo-api-key: <api-key>'
sort the results by timestamp. asc will return results in ascending order
(oldest to newest), desc will return results in descending order (newest to
oldest). default value is asc