Skip to main content
Retrieve a list of the recommended response actions for a case. Required permission to run this action: cases:view.
External DocumentationTo learn more, visit the Artemis documentation.

Parameters

ParameterDescription
Case IDThe ID of the case to retrieve recommended response actions for.

Example Output

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

Workflow Library Example

List Case Response Guidance with Artemis and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop