External DocumentationTo learn more, visit the Abnormal documentation.
Actions
List Cases
Get a list of Abnormal cases identified by Abnormal Security.

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 |
|---|---|
| Filter | Value must be of the format filter={FILTER KEY} gte YYYY-MM-DDTHH:MM:SSZ lte YYYY-MM-DDTHH:MM:SSZ. A {FILTER KEY} must be specified, and currently the only key that is supported for /threats is receivedTime. At least 1 of gte/lte must be specified, with a datetime string following the YYYY-MM-DDTHH:MM:SSZ format. |
{
"cases": [
{
"caseId": "1234",
"severity": "Potential Account Takeover"
}
],
"pageNumber": 1,
"total": 2
}
Was this page helpful?