list_cases
Retrieve and filter cases by organization IDs to manage and organize digital forensics and incident response workflows efficiently.
Instructions
List all cases in the system
Input Schema
Name | Required | Description | Default |
---|---|---|---|
organizationIds | No | Organization IDs to filter cases by. Leave empty to use default (0). |
Input Schema (JSON Schema)
{
"properties": {
"organizationIds": {
"description": "Organization IDs to filter cases by. Leave empty to use default (0).",
"type": "string"
}
},
"required": [],
"type": "object"
}