v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBBits AI
Get a Bits AI investigation
Get a specific Bits AI investigation by ID.
get/api/v2/bits-ai/investigations/{id}
Path parameters
idstring required
The ID of the investigation.
Response
OK
Example response
{
"data": {
"attributes": {
"conclusions": [
{
"description": "The investigation found that a memory leak in payments-service caused CPU usage to spike above 95% starting at 14:32 UTC.",
"summary": "CPU usage exceeded 95% for over 10 minutes on web-server-01.",
"title": "High CPU usage detected on web-server-01"
}
],
"status": "conclusive",
"title": "Monitor alert investigation for web-server-01"
},
"id": "a1b2c3d4-5e6f-7a8b-9c0d-1e2f3a4b5c6d",
"type": "investigation"
},
"links": {
"self": "https://app.datadoghq.com/bits-ai/investigations/a1b2c3d4-5e6f-7a8b-9c0d-1e2f3a4b5c6d"
}
}