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

Get a list of all jobs with their status and metadata.

<Note>
  External Documentation

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

## Example Output

```json theme={"dark"}
{
	"count": 1,
	"total_pages": 1,
	"results": [
		{
			"id": 12,
			"user": {
				"username": "test"
			},
			"tags": [],
			"status": "failed",
			"file_name": "test_file",
			"file_mimetype": null,
			"is_sample": false,
			"observable_name": "test_file",
			"observable_classification": "url",
			"md5": "b10aa124d13a2gfehf30a0a17u567b13",
			"pivots_to_execute": [],
			"analyzers_to_execute": [],
			"connectors_to_execute": [
				"EmailSender"
			],
			"playbook_to_execute": null,
			"playbook_requested": null,
			"visualizers_to_execute": [],
			"received_request_time": "2025-08-18T10:00:48.560495Z",
			"finished_analysis_time": "2025-08-18T10:00:49.488646Z",
			"process_time": 0.93,
			"tlp": "CLEAR",
			"investigation": null
		}
	]
}
```

## Workflow Library Example

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