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

# Export Sensors

Get a sensor list associated to an organization (information and tags included in the result).

<Note>
  External Documentation

  To learn more, visit the [LimaCharlie documentation](https://docs.limacharlie.io/apidocs/export-sensors).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter       | Description                                |
  | --------------- | ------------------------------------------ |
  | Format          | The format of the returned data.           |
  | Organization ID | The unique identifier of the organization. |
</div>

## Example Output

```json theme={"dark"}
{
	"sensors": {
		"714a768a-83ab-461a-9d7c-89cd560dffe7": {
			"alive": 1746623484,
			"arch": "usp_adapter",
			"did": "",
			"enroll": 1746536639,
			"ext_ip": "internal",
			"ext_plat": "",
			"hostname": "ext-reliable-tasking",
			"iid": "9d10edc6-8963-4ba8-83fe-d28b4552919d",
			"int_ip": "",
			"is_del": false,
			"isolated": false,
			"kernel": false,
			"mac_addr": "",
			"metadata": {},
			"oid": "df0fb068-4726-4c6f-8d21-85eed50fe685",
			"plat": "json",
			"sealed": false,
			"should_isolate": false,
			"should_seal": false,
			"sid": "714a768a-83ab-461a-9d7c-89cd560dffe7",
			"tags": [
				"ext:reliable-tasking",
				"lc:system"
			]
		},
		"ecaff7e4-5133-4a2b-9cc9-7b06a7d2fd70": {
			"alive": 1746625860,
			"arch": "usp_adapter",
			"did": "",
			"enroll": 1746536644,
			"ext_ip": "internal",
			"ext_plat": "",
			"hostname": "ext-yara",
			"iid": "2393247f-aff0-49e6-8ca5-51868bc528a1",
			"int_ip": "",
			"is_del": false,
			"isolated": false,
			"kernel": false,
			"mac_addr": "",
			"metadata": {},
			"oid": "df0fb068-4726-4c6f-8d21-85eed50fe685",
			"plat": "json",
			"sealed": false,
			"should_isolate": false,
			"should_seal": false,
			"sid": "ecaff7e4-5133-4a2b-9cc9-7b06a7d2fd70",
			"tags": [
				"ext:ext-yara",
				"lc:system"
			]
		}
	}
}
```

## Workflow Library Example

[Export Sensors with Limacharlie and Send Results Via Email](https://library.blinkops.com/workflows/export-sensors-with-limacharlie-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/export-sensors-with-limacharlie-and-send-results-via-email/canvas" />
</div>
