> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Case Investigation

Get the latest AI investigation attached to a case, including narrative reasoning and severity rationale.

Required permission to run this action: `cases:view`.

<Note>
  External Documentation

  To learn more, visit the [Artemis documentation](https://docs.goartemis.ai/external-api/cases#get-case-investigation).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter | Description                                                                                           |
  | --------- | ----------------------------------------------------------------------------------------------------- |
  | Case ID   | The ID of the case to retrieve investigation details for. Can be obtained by the `List Cases` action. |
</div>

## Example Output

```json theme={"dark"}
{
	"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](https://library.blinkops.com/workflows/get-case-investigation-with-artemis-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/get-case-investigation-with-artemis-and-send-results-via-email/canvas" />
</div>
