cases:view.
External DocumentationTo learn more, visit the Artemis documentation.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cases:view.
| Parameter | Description |
|---|---|
| Case ID | The ID of the case to retrieve recommended response actions for. |
{
"data": [
{
"id": "rg-2b9c",
"response_type": "REMEDIATION",
"title": "Disable the user account",
"instruction_steps": [
"Open the IdP admin console",
"Disable the account jdoe@example.com"
],
"intent": "disable",
"category": "user",
"target_type": "user",
"target_value": "jdoe@example.com",
"reversibility": "reversible",
"completed": true,
"completed_at": null,
"latest_execution_status": "success",
"latest_execution_at": "2026-06-10T15:10:00Z",
"severity": "high",
"created_at": "2026-06-10T14:00:00Z",
"updated_at": "2026-06-10T15:10:00Z"
}
],
"next_cursor": null,
"has_more": false
}
Was this page helpful?