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

# Query Submitted Samples

Query all analysis samples.

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#x575b553).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter        | Description                                      |
  | ---------------- | ------------------------------------------------ |
  | Filter           | Filter the results by a FQL query.               |
  | Return All Pages | Automatically fetch all resources, page by page. |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter  | Description                                                                                                      |
  | ---------- | ---------------------------------------------------------------------------------------------------------------- |
  | Limit      | The maximum records to return. Valid range is 0 - 5000.                                                          |
  | Offset     | Starting index of the overall result set.                                                                        |
  | Parameters | A JSON object describing the full query string parameters.                                                       |
  | Sort       | The property to sort the results on, followed by the sort direction. For example: `string.asc` or `string.desc`. |
</div>

## Example Output

```json theme={"dark"}
{
	"csfalconx": {
		"resource": {
			"resources": [
				"20879a8064904ecfbb62c118a6a19411_5d620c1322444253ad2be284de3756fa",
				"20879a8064904ecfbb62c118a6a19411_a35034fa31074e609d9f6b971b78e49c",
				"20879a8064904ecfbb62c118a6a19411_944bce16178742c58beccd0e6eb1a000",
				"20879a8064904ecfbb62c118a6a19411_70a75d10dbc74cfdaeeba2661bc96f05",
				"20879a8064904ecfbb62c118a6a19411_f6552785fd2d4219bbca4f2bcda8db0f"
			]
		}
	}
}
```

## Workflow Library Example

[Query Submitted Samples with Crowdstrike and Send Results Via Email](https://library.blinkops.com/workflows/query-submitted-samples-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/query-submitted-samples-with-crowdstrike-and-send-results-via-email/canvas" />
</div>
