Get a list of all jobs with their status and metadata.
External DocumentationTo learn more, visit the Intel Owl documentation.

Example Output

{
	"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
Workflow LibraryPreview this Workflow on desktop