API Reference
The Sentry API is used for submitting events to the Sentry collector as well as exporting and managing data. The reporting and web APIs are individually versioned. This document refers to the web APIs only. For information about the reporting API see SDK Development.
Versioning
The current version of the web API is known as v0 and is considered to be in a draft phase. While we don’t expect public endpoints to change greatly, keep in mind that the API is still under development.
Reference
Endpoints
A full list of the currently supported API endpoints:
- Issues
- List a Project’s Issues
- Retrieve an Issue
- Update an Issue
- Remove an Issue
- List an Issue’s Events
- List an Issue’s Hashes
- Retrieve an Issue Tag’s Details
- List an Issue Tag’s Values
- Retrieve the Newest Event for an Issue
- Retrieve the Oldest Event for an Issue
- Bulk Mutate a List of Issues
- Bulk Remove a List of Issues
- Events
- User Feedback
- Releases
- Organizations
-
Projects
- List your Projects
- Create a New Project
- Retrieve a Project
- Update a Project
- Delete a Project
- List a Project’s Users
- List a Tag’s Values
- List a Team’s Projects
- Client Keys
- Service Hooks (Beta)
- Teams