> ## 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 Analysis Progress

Check the progress of samples previously submitted for analysis.

One of the following subscriptions is required to execute this action:

* `Falcon Intelligence` or `Falcon Intelligence Premium`.

<Note>
  External Documentation

  To learn more, visit the [CrowdStrike documentation](https://falcon.us-2.crowdstrike.com/documentation/page/cb6b8e6c/falcon-sandbox-apis#w9baa6f1).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter   | Description                                                              |
  | ----------- | ------------------------------------------------------------------------ |
  | Samples IDs | A comma separated list of Samples' IDs to check their analysis progress. |
</div>

## Example Output

```json theme={"dark"}
{
	"meta": {
		"query_time": 0.014949278,
		"powered_by": "falconx-api",
		"trace_id": "7215647f-ad29-4072-85c2-2b7ec0445824",
		"quota": {
			"total": 5000,
			"used": 1,
			"in_progress": 1
		}
	},
	"resources": [
		{
			"id": "5ddb0407bef249c19c7a975f17979a1f_eecd9a8f319940dfb0255e5d436822d9",
			"cid": "5ddb0407bef249c19c7a975f17979a1f",
			"origin": "uiproxy",
			"state": "running",
			"created_timestamp": "2019-01-03T13:09:49Z",
			"sandbox": [
				{
					"sha256": "42a615198bcdfc72839936409c88af7ded125feabfec4753b307dc985aaba48f",
					"environment_id": 100,
					"submit_name": "virus.exe"
				}
			]
		},
		{
			"id": "5ddb0407bef249c19c7a975f17979a1f_11f5bc35d86642f7927ce9d84c803005",
			"cid": "5ddb0407bef249c19c7a975f17979a1f",
			"origin": "quarantine",
			"state": "success",
			"created_timestamp": "2018-12-12T21:59:55Z",
			"sandbox": [
				{
					"sha256": "22cb05c340c042e1b541cac2a99f0fb43472ebdc6e18d5be953104c13d83d6fa",
					"environment_id": 100,
					"submit_name": "22cb05c340c042e1b541cac2a99f0fb43472ebdc6e18d5be953104c13d83d6fa"
				}
			]
		}
	],
	"errors": []
}
```

## Workflow Library Example

[Check Analysis Progress with Crowdstrike and Send Results Via Email](https://library.blinkops.com/workflows/check-analysis-progress-with-crowdstrike-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-analysis-progress-with-crowdstrike-and-send-results-via-email/canvas" />
</div>
