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

# Ask Analysis Availability

Search for an available analysis.

<Note>
  External Documentation

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

## Parameters

<div className="integrations-table">
  | Parameter    | Description                                                                                |
  | ------------ | ------------------------------------------------------------------------------------------ |
  | Analyzers    | The analyzers to check availability for. Uses all configured analyzers when not specified. |
  | MD5 Hash     | The MD5 hash of the file or observable to check for existing analysis results.             |
  | Minutes Ago  | How far back in time (in minutes) to search for existing analysis results.                 |
  | Running Only | Select to check availability of running jobs only.                                         |
</div>

## Example Output

```json theme={"dark"}
{
	"job_id": 71,
	"analyzers_running": [
		"BGP_Ranking",
		"Classic_DNS",
		"FireHol_IPList",
		"IPApi",
		"IPQuery",
		"Mmdb_server",
		"Mnemonic_PassiveDNS",
		"Phishstats",
		"Robtex",
		"Stratosphere_Blacklist",
		"TalosReputation",
		"TorProject",
		"Tor_Nodes_DanMeUk",
		"TweetFeed",
		"WhoIs_RipeDB_Search"
	],
	"connectors_running": [],
	"visualizers_running": [
		"Data_Model"
	],
	"playbook_running": "FREE_TO_USE_ANALYZERS",
	"investigation": 4,
	"status": "accepted",
	"already_exists": true
}
```

## Workflow Library Example

[Ask Analysis Availability with Intel Owl and Send Results Via Email](https://library.blinkops.com/workflows/ask-analysis-availability-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/ask-analysis-availability-with-intel-owl-and-send-results-via-email/canvas" />
</div>
