External DocumentationTo learn more, visit the Abnormal documentation.
Actions
Get Case
Get details of an Abnormal 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. |
{
"caseId": 32308255,
"affectedEmployee": "<string>",
"analysis": "<string>",
"case_status": "<string>",
"customerVisibleTime": "2025-04-02T15:11:08.187000+00:00",
"firstObserved": "2025-04-02T15:11:08.187000+00:00",
"remediation_status": "<string>",
"severity": "<string>",
"severity_level": "<string>",
"confidence": "<string>",
"threatIds": [],
"genai_summary": [
"<string>"
]
}
Was this page helpful?