External DocumentationTo learn more, visit the Abnormal documentation.
Actions
Get Case Analysis
Provides the analysis and timeline details of a case.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Case ID | The ID representing the case. Can be retrieved from the ‘List Cases’ action. |
{
"insights": [
{
"signal": "<string>",
"description": "<string>"
},
{
"signal": "<string>",
"description": "<string>"
}
],
"eventTimeline": [
{
"event_timestamp": "<string>",
"category": "<string>",
"title": "<string>",
"platform": "<string>",
"field_labels": {},
"ip_address": "<string>",
"location": {
"city": "<string>",
"state": "<string>",
"country": "<string>"
}
},
{
"event_timestamp": "<string>",
"category": "<string>",
"title": "<string>",
"platform": "<string>",
"field_labels": {},
"ip_address": "<string>",
"location": {
"city": "<string>",
"state": "<string>",
"country": "<string>"
}
}
]
}
Was this page helpful?