> ## 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 Available Streams

List all available streams for your environment, including the data feed URLs and authorization token for each stream in the event session.

The following permissions are required to run this action:

* `Event streams`: **Read**.

<Note>
  External Documentation

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

## Parameters

<div className="integrations-table">
  | Parameter | Description                               |
  | --------- | ----------------------------------------- |
  | App ID    | The unique identifier of the application. |
</div>

## Example Output

```json theme={"dark"}
{
	"resources": [
		{
			"dataFeedURL": "http://firehose.crowdstrike.com/sensors/entities/datafeed/v1/0?appId=my_app_id",
			"sessionToken": {
				"token": "ui/Papb4QuiW99Er...6E2jB7OjJAZ9fcuWaimU=",
				"expiration": "2019-07-17T16:40:16.166805518Z"
			},
			"refreshActiveSessionURL": "https://api.crowdstrike.com/sensors/entities/datafeed-actions/v1/0?appId=my_app_id&action_name=refresh_active_stream_session",
			"refreshActiveSessionInterval": 1800
		}
	],
	"meta": {
		"query_time": 0.007506181,
		"powered_by": "FalconHose",
		"trace_id": "09d04710-e519-4201-8ac3-8341643437b7"
	}
}
```

## Workflow Library Example

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