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

Retrieves a list of all devices that the user has permissions to view.

<Note>
  External Documentation

  To learn more, visit the [AlgoSec Firewall Analyzer documentation](https://techdocs.algosec.com/en/asms/a33.00/asms-help/content/api-guide/alloweddevices-list.htm).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter                       | Description                                                                           |
  | ------------------------------- | ------------------------------------------------------------------------------------- |
  | Include Blue Coat               | Determines whether the response should include `Symantec Blue Coat` devices.          |
  | Only Fireflow Supported Devices | Determines whether the response should include **only** `FireFlow-supported` devices. |
  | Tree Name                       | Device's Tree Name. Used to query a single device.                                    |
</div>

## Example Output

```json theme={"dark"}
[
	{
		"id": 35600,
		"treeName": "10_20_244_3_HR1",
		"displayName": "ACI3_HR1",
		"policy": "HR1",
		"deviceIp": "10.20.244.3",
		"lastReport": "afa-5854",
		"lastReportRun": "afa-5854",
		"lastReportTime": "2021-07-07-040000",
		"lastMonitorStatus": "Success",
		"monitorDir": "/home/afa/algosec/monitor/10_20_244_3/HR1",
		"modified": 1629304514,
		"creationTime": 1609428091606,
		"isLayer2": true,
		"layer2Subnet": "",
		"isDeviceWithNatRules": false,
		"isDeviceWithIPv6": false,
		"isGenericActiveChange": false,
		"isCKPApplicationControl": false,
		"lastReportProfile": "Perimeter.xml",
		"commentSupported": "IRRELEVANT",
		"brandDisplayName": "Cisco ACI",
		"type": "firewall",
		"deviceLicenseId": "10_20_244_3_HR1",
		"lastCompletedReportLicenseId": "0e9b2dd5",
		"deviceExtendedInfo": {
			"policyNameForFireflow": "",
			"genericDeviceFeatures": [
				"config_diff",
				"data_collection_from_file",
				"changes_network_objects",
				"topology",
				"active_change",
				"rules",
				"first_step_data_collection",
				"skip_config_collection",
				"change_history",
				"disable_forcing_layer2_query",
				"source_based_routing",
				"queries",
				"data_collection",
				"risks",
				"regulatory_compliance",
				"parser",
				"changes_services",
				"model_cloud_topology",
				"full",
				"disable_placing_layer2_on_map"
			],
			"superName": "10_20_244_3",
			"superDisplayName": "ACI3",
			"objectContainers": [
				"10_20_244_3_HR1"
			],
			"deviceIdForRuleDocDB": "10_20_244_3_HR1",
			"deviceUseOpsec": false,
			"deviceWithActiveChange": false,
			"deviceWithGenericActiveChange": true,
			"deviceSupportedByFireflow": true,
			"deviceWithIPv6AndIPV4Mix": false,
			"brandForFireflow": "Cisco ACI",
			"displayNameForFireflow": "ACI3_HR1",
			"domainId": 0,
			"userDefinedGroup": false,
			"matrix": false,
			"singleFirewall": true,
			"groupTypeForFireflow": "firewall",
			"deviceWithPostNatDestinationRule": false,
			"applicationSupported": false,
			"globalRulesSupport": false,
			"lastMonitorTime": "2021-08-18-123513",
			"rulesFormat": "CPL",
			"supportLayeredRules": false,
			"properties": {
				"mso_managed": "true"
			},
			"logForwardingProfiles": "",
			"securityProfileGroups": ""
		},
		"ruleDocDevices": [
			21400
		],
		"ruleDocDevicesFromDB": [
			{
				"id": 21400,
				"name": "10_20_244_3_HR1",
				"brand": {
					"id": 19,
					"name": "ciscoaci"
				}
			}
		],
		"name": "10_20_244_3_HR1",
		"reserved": false,
		"deleted": false
	}
]
```

## Workflow Library Example

[List Devices with Algosec Firewall Analyzer and Send Results Via Email](https://library.blinkops.com/workflows/list-devices-with-algosec-firewall-analyzer-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-devices-with-algosec-firewall-analyzer-and-send-results-via-email/canvas" />
</div>
