Error tracking
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
DELETE | |
GET | |
GET | |
GET | |
GET | |
POST | |
GET | |
PATCH | |
DELETE | |
PATCH | |
GET | |
GET | |
PATCH | |
DELETE | |
GET | |
PATCH | |
POST |
Delete environments error tracking fingerprints
Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true
Path parameters
- idstring
Example request
DELETE /api /environments /:environment_id /error_tracking /fingerprints /:idExample response
Status 405 No response body
Retrieve environments error tracking fingerprints resolve
Required API key scopes
error_tracking:readQuery parameters
- fingerprintstring
Response
Example request
GET /api /environments /:environment_id /error_tracking /fingerprints /resolveExample response
Status 200
RESPONSE
Retrieve environments error tracking git provider file links resolve github
Query parameters
- code_samplestring
- file_namestring
- ownerstring
- repositorystring
Response
Example request
GET /api /environments /:environment_id /error_tracking /git-provider-file-links /resolve_githubExample response
Status 200
RESPONSE
Retrieve environments error tracking git provider file links resolve gitlab
Query parameters
- code_samplestring
- file_namestring
- ownerstring
- repositorystring
Response
Example request
GET /api /environments /:environment_id /error_tracking /git-provider-file-links /resolve_gitlabExample response
Status 200
RESPONSE
List all environments error tracking grouping rules
Required API key scopes
error_tracking:readResponse
Example request
GET /api /environments /:environment_id /error_tracking /grouping_rulesExample response
Status 200
RESPONSE
Create environments error tracking grouping rules
Required API key scopes
error_tracking:writeRequest parameters
- filters
- assignee
- descriptionstringnull
Response
Example request
POST /api /environments /:environment_id /error_tracking /grouping_rulesExample response
Status 201
RESPONSE
Retrieve environments error tracking grouping rules
Required API key scopes
error_tracking:readPath parameters
- idstring
Response
Example request
GET /api /environments /:environment_id /error_tracking /grouping_rules /:idExample response
Status 200
RESPONSE
Update environments error tracking grouping rules
Required API key scopes
error_tracking:writePath parameters
- idstring
Request parameters
- filters
Example request
PATCH /api /environments /:environment_id /error_tracking /grouping_rules /:idExample response
Status 204 No response body
Delete environments error tracking grouping rules
Required API key scopes
error_tracking:writePath parameters
- idstring
Example request
DELETE /api /environments /:environment_id /error_tracking /grouping_rules /:idExample response
Status 204 No response body
Update environments error tracking grouping rules reorder
Request parameters
- filters
- descriptionstringnull
- order_keyinteger
- disabled_data
Example request
PATCH /api /environments /:environment_id /error_tracking /grouping_rules /reorderExample response
Status 200 No response body
List all environments error tracking issues
Required API key scopes
error_tracking:readQuery parameters
- limitinteger
- offsetinteger
Response
Example request
GET /api /environments /:environment_id /error_tracking /issuesExample response
Status 200
RESPONSE
Retrieve environments error tracking issues
Required API key scopes
error_tracking:readPath parameters
- idstring
Response
Example request
GET /api /environments /:environment_id /error_tracking /issues /:idExample response
Status 200
RESPONSE
Update environments error tracking issues
Required API key scopes
error_tracking:writePath parameters
- idstring
Request parameters
- status
- namestringnull
- descriptionstringnull
Response
Example request
PATCH /api /environments /:environment_id /error_tracking /issues /:idExample response
Status 200
RESPONSE
Delete environments error tracking issues
Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true
Required API key scopes
error_tracking:writePath parameters
- idstring
Example request
DELETE /api /environments /:environment_id /error_tracking /issues /:idExample response
Status 405 No response body
Retrieve environments error tracking issues activity
Required API key scopes
activity_log:readPath parameters
- idstring
Example request
GET /api /environments /:environment_id /error_tracking /issues /:id /activityExample response
Status 200 No response body
Update environments error tracking issues assign
Required API key scopes
error_tracking:writePath parameters
- idstring
Request parameters
- idstring
- statusstring
- namestringnull
- descriptionstringnull
- first_seenstringnull
- assignee
- external_issuesarray
- cohort
Example request
PATCH /api /environments /:environment_id /error_tracking /issues /:id /assignExample response
Status 200 No response body
Create environments error tracking issues merge
Required API key scopes
error_tracking:writePath parameters
- idstring
Request parameters
- idsarray
Response
Example request
POST /api /environments /:environment_id /error_tracking /issues /:id /mergeExample response
Status 200
RESPONSE