Error
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
GET | |
PATCH | |
DELETE | |
GET | |
GET | |
PATCH | |
GET | |
POST | |
GET | |
PATCH | |
DELETE |
Retrieve error tracking releases
Required API key scopes
error_tracking:readPath parameters
- idstring
- project_idstring
Response
Example request
GET /api /environments /:project_id /error_tracking /releases /:idExample response
Status 200
RESPONSE
Retrieve error tracking releases
Required API key scopes
error_tracking:readPath parameters
- idstring
- project_idstring
Response
Example request
GET /api /environments /:project_id /error_tracking /releases /:idExample response
Status 200
RESPONSE
Update error tracking releases
Required API key scopes
error_tracking:writePath parameters
- idstring
- project_idstring
Request parameters
- hash_idstring
- metadata
- versionstring
- projectstring
Response
Example request
PATCH /api /environments /:project_id /error_tracking /releases /:idExample response
Status 200
RESPONSE
Update error tracking releases
Required API key scopes
error_tracking:writePath parameters
- idstring
- project_idstring
Request parameters
- hash_idstring
- metadata
- versionstring
- projectstring
Response
Example request
PATCH /api /environments /:project_id /error_tracking /releases /:idExample response
Status 200
RESPONSE
Delete error tracking releases
Required API key scopes
error_tracking:writePath parameters
- idstring
- project_idstring
Example request
DELETE /api /environments /:project_id /error_tracking /releases /:idExample response
Status 204 No response body
Delete error tracking releases
Required API key scopes
error_tracking:writePath parameters
- idstring
- project_idstring
Example request
DELETE /api /environments /:project_id /error_tracking /releases /:idExample response
Status 204 No response body
Retrieve error tracking releases hash
Required API key scopes
error_tracking:readPath parameters
- hash_idstring
- project_idstring
Example request
GET /api /environments /:project_id /error_tracking /releases /hash /:hash_idExample response
Status 200 No response body
Retrieve error tracking releases hash
Required API key scopes
error_tracking:readPath parameters
- hash_idstring
- project_idstring
Example request
GET /api /environments /:project_id /error_tracking /releases /hash /:hash_idExample response
Status 200 No response body
Retrieve error tracking spike detection config
Required API key scopes
error_tracking:readPath parameters
- project_idstring
Example request
GET /api /environments /:project_id /error_tracking /spike_detection_configExample response
Status 200 No response body
Retrieve error tracking spike detection config
Required API key scopes
error_tracking:readPath parameters
- project_idstring
Example request
GET /api /environments /:project_id /error_tracking /spike_detection_configExample response
Status 200 No response body
Update error tracking spike detection config update config
Path parameters
- project_idstring
Example request
PATCH /api /environments /:project_id /error_tracking /spike_detection_config /update_configExample response
Status 200 No response body
Update error tracking spike detection config update config
Path parameters
- project_idstring
Example request
PATCH /api /environments /:project_id /error_tracking /spike_detection_config /update_configExample response
Status 200 No response body
List all error tracking suppression rules
Required API key scopes
error_tracking:readPath parameters
- project_idstring
Query parameters
- limitinteger
- offsetinteger
Response
Example request
GET /api /environments /:project_id /error_tracking /suppression_rulesExample response
Status 200
RESPONSE
Create error tracking suppression rules
Required API key scopes
error_tracking:writePath parameters
- project_idstring
Request parameters
- filters
- order_keyinteger
Response
Example request
POST /api /environments /:project_id /error_tracking /suppression_rulesExample response
Status 201
RESPONSE
Retrieve error tracking suppression rules
Required API key scopes
error_tracking:readPath parameters
- idstring
- project_idstring
Response
Example request
GET /api /environments /:project_id /error_tracking /suppression_rules /:idExample response
Status 200
RESPONSE
Update error tracking suppression rules
Required API key scopes
error_tracking:writePath parameters
- idstring
- project_idstring
Request parameters
- filters
- order_keyinteger
Response
Example request
PATCH /api /environments /:project_id /error_tracking /suppression_rules /:idExample response
Status 200
RESPONSE
Delete error tracking suppression rules
Required API key scopes
error_tracking:writePath parameters
- idstring
- project_idstring
Example request
DELETE /api /environments /:project_id /error_tracking /suppression_rules /:id