API with the number of issues

It would be great for monitoring to have access via API to the number of issues per project.

This information is available on sentry.io, which is great, but it would be also great to have access to this number within our scripts (monitoring, releases, team planning…) to measure our progress and to visualize problems (a big spike in issues number)

Thank you

Maybe this one will be useful: https://docs.sentry.io/api/projects/get-project-stats/

It doesn’t seem to be what I am looking for, I really am looking for the total number of issues in a project, as we can see on every project page

Take a look at the api request the page makes as you can make the same one. You’re looking at the X-Hits header. It’s only an estimate though and it won’t ever show a value more than 1000.

1 Like