> ## 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.

# List Investigations

Get a list of all created investigations.

<Note>
  External Documentation

  To learn more, visit the [Intel Owl documentation](https://intelowlproject.github.io/docs/pyintelowl/IntelOwlClass/#docs.Submodules.pyintelowl.pyintelowl.IntelOwl.get_all_investigations).
</Note>

## Example Output

```json theme={"dark"}
{
	"count": 2,
	"total_pages": 1,
	"results": [
		{
			"id": 3,
			"tags": [],
			"tlp": "CLEAR",
			"total_jobs": 0,
			"jobs": [],
			"status": "created",
			"for_organization": true,
			"name": "Custom investigation",
			"description": "",
			"start_time": "2025-08-25T14:40:16.123345Z",
			"end_time": null,
			"owner": "aaa"
		},
		{
			"id": 2,
			"tags": [],
			"tlp": "CLEAR",
			"total_jobs": 0,
			"jobs": [],
			"status": "created",
			"for_organization": true,
			"name": "Custom investigation",
			"description": "",
			"start_time": "2025-08-24T14:22:06.865621Z",
			"end_time": null,
			"owner": "aaa"
		}
	]
}
```

## Workflow Library Example

[List Investigations with Intel Owl and Send Results Via Email](https://library.blinkops.com/workflows/list-investigations-with-intel-owl-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/list-investigations-with-intel-owl-and-send-results-via-email/canvas" />
</div>
