Suppressed Incidents

Fetch suppressed incidents

get

Fetches suppressed incidents for an incident.

Authorizations
x-api-keystringRequired

Your API key. You can find this in your Spike dashboard under Settings > API.

x-team-idstringRequired

Team ID of the team you are making the request to.

Path parameters
counterIdstringRequired

counterId parameter

Responses
chevron-right
200

Successful response

application/json
objectOptional
get
/incidents/{counterId}/suppressed-incidents

Fetch a suppressed incident

get

Fetches a suppressed incident with it's details for an incident. A suppressed incident is an incident that is created when an incident is in triggered state and a new incident is created for the same service.

Authorizations
x-api-keystringRequired

Your API key. You can find this in your Spike dashboard under Settings > API.

x-team-idstringRequired

Team ID of the team you are making the request to.

Path parameters
counterIdstringRequired

counterId parameter

_idstringRequired

_id parameter

Responses
chevron-right
200

Successful response

application/json
objectOptional
get
/incidents/{counterId}/suppressed-incidents/{_id}

Last updated