Skip to main content
Get the latest AI investigation attached to a case, including narrative reasoning and severity rationale. 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 investigation details for. Can be obtained by the List Cases action.

Example Output

{
	"case_id": "case-9f8a7b6c",
	"summary": "The dev-deploy-role assumed AdministratorAccess outside of any approved change window...",
	"artemis_judgement": "True Positive",
	"judgement_reasoning": "Policy attachment occurred at 02:14 UTC from an IP not in the approved deployment range...",
	"severity_reasoning": "AdministratorAccess grants full account privileges; no rollback was performed within 24h."
}

Workflow Library Example

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