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

# Get Sensor

Get sensor by sensor ID.

<Note>
  External Documentation

  To learn more, visit the [Tanium documentation](https://developer.tanium.com/apis/platform/sensors/paths/~1api~1v2~1sensors~1%7Bid%7D/get).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter | Description           |
  | --------- | --------------------- |
  | Sensor ID | The ID of the sensor. |
</div>

## Example Output

```json theme={"dark"}
{
	"TaniumSensor": {
		"Category": "Applications",
		"ContentSetId": 11,
		"ContentSetName": "Software",
		"CreationTime": "2019-07-17T20:13:49Z",
		"Description": "The version string of applications which match the parameter given.\nExample:  11.5.502.146",
		"Hash": "2387001299",
		"ID": 204,
		"IgnoreCaseFlag": true,
		"KeepDuplicatesFlag": false,
		"LastModifiedBy": "administrator",
		"MaxAgeSeconds": 900,
		"ModUserDomain": "EC2AMAZ-N5ETQVT",
		"ModUserId": 1,
		"ModUserName": "administrator",
		"ModificationTime": "2019-07-17T20:13:49Z",
		"Name": "Installed Application Version",
		"Parameters": [
			{
				"Key": "application",
				"Label": "Application Name",
				"ParameterType": "com.tanium.components.parameters::TextInputParameter",
				"Values": null
			}
		],
		"SourceId": 0
	}
}
```

## Workflow Library Example

[Get Sensor with Tanium and Send Results Via Email](https://library.blinkops.com/workflows/get-sensor-with-tanium-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/get-sensor-with-tanium-and-send-results-via-email/canvas" />
</div>
