v1
latestOpenAPI 3.1.02026-08-06360288.3 KBIncidents
Get Incident Message
Retrieve the full details of a specific incident message.
get/incident/message/{statuspage_id}/{message_id}
Path parameters
statuspage_idstring required
ID of the status page
message_idstring required
ID of the message
Headers
x-api-idstring required
x-api-keystring required
Response
OK
Example response
{
"result": {
"components": [
"52e5e0e0893548543700001a"
],
"__v": 0,
"_id": "52e5ebd1e32578623900000d",
"containers": [
"52e5e0e08935485437000019"
],
"datetime": "2014-08-24T05:00:13.025Z",
"details": "We are investigating elevated database error rates affecting our primary data center.",
"incident": "52e5ebd1e32578623900000c",
"ip": "203.0.113.42",
"social": "0",
"source": "API",
"state": 100,
"status": 300,
"statuspage": "52e5e0e0893548543700000b",
"user_email": "admin@acme-corp.com",
"user_full_name": "John Smith"
},
"status": {
"error": "no",
"message": "Get incident message success"
}
}