Browse/Sentry/List Project Issues
List Project Issues
Sentry
$19 · Pro
List issues for a project via the Sentry API.
list-project-issues.ts
const url = `https://sentry.io/api/0/projects/${sentryOrgSlug}/${sentryProjectSlug}/issues/?query=is:unresolved&statsPeriod=14d`;
Unlock the full snippet
This is a Pro snippet — get all-access for $19, or unlock just this one snippet for $1.
List Project Issues — Sentry Example (TypeScript, Node, Python, Go, PHP, Ruby) | apiexamples