Get details of an Abnormal case.
External DocumentationTo learn more, visit the Abnormal documentation.

Parameters

ParameterDescription
Case IDThe ID representing the case. Can be retrieved from the ‘List Cases’ action.

Example Output

{
	"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>"
	]
}

Workflow Library Example

Get Case with Abnormal and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop