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

# Check Scan Status

Check the scan status of the Hybrid Analysis sandbox.

<Note>
  External Documentation

  To learn more, visit the [Hybrid Analysis documentation](https://hybrid-analysis.com/docs/api/v2#/Sandbox%20Report/a9bc4ff2646b8ebd3e94b21c17f32f37).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter | Description                                                                                                                                    |
  | --------- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
  | Scan ID   | The ID of the scan that was analyzed.<br /><br />The ID can be the `job_id` or the `sha256` fields from the `Scan URL` or `Scan File` actions. |
</div>

## Example Output

```json theme={"dark"}
{
	"classification_tags": [],
	"tags": [],
	"submissions": [
		{
			"submission_id": "63de7d8d49a6d52ea854e3e6",
			"filename": "file",
			"url": null,
			"created_at": "2023-02-04T15:45:17+00:00"
		}
	],
	"machine_learning_models": [],
	"crowdstrike_ai": null,
	"job_id": "63de7d8c49a6d52ea854e3e5",
	"environment_id": 100,
	"environment_description": "Windows 7 32 bit",
	"size": 6,
	"type": "ASCII text, with no line terminators",
	"type_short": [
		"text"
	],
	"target_url": null,
	"state": "ERROR",
	"error_type": "UNKNOWN_ERROR",
	"error_origin": "SERVER",
	"submit_name": "file",
	"md5": "89defae676abd3e3a42b41df17c40096",
	"sha1": "c7a9f84bb5ac28e434238294999c298637e77cce",
	"sha256": "2ed46d7bedc17aba18343eac71e21648b1af50fff732af7e338075cd0ed1567a",
	"sha512": "0fa9644263e365c4d264888825f22b7d7b104f5455861641e619b225aae8f23bcf6586be45d2090ccc9aa649a23ff55340f6bf4ebff733cfcea971a1b5d4b3d2",
	"ssdeep": null,
	"imphash": null,
	"entrypoint": null,
	"entrypoint_section": null,
	"image_base": null,
	"subsystem": null,
	"image_file_characteristics": [],
	"dll_characteristics": [],
	"major_os_version": null,
	"minor_os_version": null,
	"av_detect": null,
	"vx_family": null,
	"url_analysis": false,
	"analysis_start_time": "2023-02-04T15:45:17+00:00",
	"threat_score": null,
	"interesting": false,
	"threat_level": null,
	"verdict": null,
	"certificates": [],
	"is_certificates_valid": null,
	"certificates_validation_message": null,
	"domains": [],
	"compromised_hosts": [],
	"hosts": [],
	"total_network_connections": 0,
	"total_processes": 0,
	"total_signatures": 0,
	"extracted_files": [],
	"file_metadata": null,
	"processes": [],
	"mitre_attcks": [],
	"network_mode": "default",
	"signatures": []
}
```

## Workflow Library Example

[Check Scan Status with Hybrid Analysis and Send Results Via Email](https://library.blinkops.com/workflows/check-scan-status-with-hybrid-analysis-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/check-scan-status-with-hybrid-analysis-and-send-results-via-email/canvas" />
</div>
