context.index
incidentCount / sections / incidents[].url
sample call
/api/demo/context{
"incidentCount": 12,
"sections": [
"payload",
"request",
"throw",
"io"
],
"incidents": [
{
"id": "inc_8f21c0",
"title": "Null discount rule at checkout",
"manifest": "/api/demo/context/inc_8f21c0"
},
{
"id": "inc_4b7e19",
"title": "Null session at token rotation",
"manifest": "/api/demo/context/inc_4b7e19"
}
]
}