Suppressed Incidents

Fetch suppressed incidents

get

Fetches suppressed incidents for an incident.

Path parameters
counterIdstringRequired

counterId parameter

Header parameters
x-api-keystringRequired

Your API key. Find it in your Spike dashboard under Settings > API.

x-team-idstringRequired

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

Responses
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.

Path parameters
counterIdstringRequired

counterId parameter

_idstringRequired

_id parameter

Header parameters
x-api-keystringRequired

Your API key. Find it in your Spike dashboard under Settings > API.

x-team-idstringRequired

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

Responses
200

Successful response

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

Last updated