Skip to content

Retrieve Error Tracking settings for a project

GET
/api/v4/projects/{id}/error_tracking/settings

Retrieves the Error Tracking settings for a specified project.

id
required
One of:
string

The ID or URL-encoded path of the project owned by the authenticated user

OK

Media type application/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