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

# List Applications

List application IDs and filter using Falcon Query Language (FQL).

The following permission is required to run this action:

* `Assets`: **Read**.

<Note>
  External Documentation

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

## Basic Parameters

<div className="integrations-table">
  | Parameter        | Description                                                                                                                                      |
  | ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ |
  | Filter           | Filter the results based on [FQL queries](https://falcon.us-2.crowdstrike.com/documentation/page/d3c84a1b/falcon-query-language-fql) guidelines. |
  | Return All Pages | Automatically fetch all resources, page by page.                                                                                                 |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter | Description                                                                                                                                                                                                                           |
  | --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Limit     | The maximum number of records to return. \[1-100]. Default value: 100.                                                                                                                                                                |
  | Offset    | The zero-based position of the first record to return. Default value: 0.                                                                                                                                                              |
  | Sort      | Sort applications by their properties.<br /><br />The format of the sort criteria is: `field\|direction`. Direction can be either `asc` (ascending) or `desc` (descending) order.<br /><br />For example: `last_used_timestamp\|asc`. |
</div>

## Example Output

```json theme={"dark"}
{
	"meta": {
		"query_time": 1,
		"pagination": {
			"offset": 2,
			"limit": 191,
			"total": 10
		},
		"powered_by": "<string>",
		"trace_id": "<string>"
	},
	"resources": [
		"<string>",
		"<string>"
	]
}
```

## Workflow Library Example

[List Applications with Crowdstrike and Send Results Via Email](https://library.blinkops.com/workflows/list-applications-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/list-applications-with-crowdstrike-and-send-results-via-email/canvas" />
</div>
