Retrieve Error Tracking settings for a project
GET
/api/v4/projects/{id}/error_tracking/settings
Retrieves the Error Tracking settings for a specified project.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”Responses
Section titled “Responses”OK
Media typeapplication/json
object
active
boolean
project_name
string
sentry_external_url
string
api_url
string
integrated
boolean
Example
{ "project_name": "sample sentry project", "sentry_external_url": "https://sentry.io/myawesomeproject/project", "api_url": "https://sentry.io/api/0/projects/myawesomeproject/project"}Bad Request
Not Found