Incidents

Fetch incidents

get

Get a list of all incidents for a team

Header parameters
x-api-keystringRequired

API Key for authentication

x-team-idstringRequired

Team ID

Responses
200
List of incidents
get
GET /incidents HTTP/1.1
Host: api.spike.sh
x-api-key: text
x-team-id: text
Accept: */*

No content

Fetch incident info

get

Get details of an incident including title, metadata, priority, severity, and activity log

Path parameters
counterIdstringRequired

Counter ID of the resource

Header parameters
x-api-keystringRequired

API Key for authentication

x-team-idstringRequired

Team ID

Responses
200
Detailed incident information
get
GET /incidents/{counterId} HTTP/1.1
Host: api.spike.sh
x-api-key: text
x-team-id: text
Accept: */*

No content

Was this helpful?