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

List the vitals data for all systems connected to your ThreatAware portal, showing endpoint agent deployment and compliance coverage.

**Note**: The rate limit is `10` requests every `60` seconds.

<Note>
  External Documentation

  To learn more, visit the [ThreatAware documentation](https://apidocs.threataware.com/#b46bbba1-97b9-4ef8-a098-d77a4d00bb5e).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter    | Description                                                                                                             |
  | ------------ | ----------------------------------------------------------------------------------------------------------------------- |
  | Archive Date | The archived data date to retrieve, in `yyyyMMdd` format. <br /><br />**For Example:** `20240819` for August 19th 2024. |
  | Limit        | The maximum number of results to return. Enter `0` to return all available entries.                                     |
  | Offset       | The start position of the data returned by the API.                                                                     |
  | Tag          | The tag to filter results by.                                                                                           |
</div>

## Example Output

```json theme={"dark"}
{
	"offset": 0,
	"limit": 8,
	"total": 8,
	"data": [
		{
			"key": "mecmsystem",
			"name": "SCCM",
			"vitalsEnabled": false,
			"activeAgents": 1230
		},
		{
			"key": "teamviewer",
			"name": "Teamviewer",
			"vitalsEnabled": false,
			"activeAgents": 1230
		},
		{
			"key": "devices_ad",
			"name": "Azure AD",
			"vitalsEnabled": false,
			"activeAgents": 1230
		},
		{
			"key": "msdefenderatp",
			"name": "Microsoft Defender ATP",
			"vitalsEnabled": true,
			"agentDeployedPossibleCompliant": 865,
			"agentDeployedCompliant": 809,
			"agentFunctioningPossibleCompliant": 809,
			"agentFunctioningCompliant": 763,
			"configurationPossibleCompliant": 763,
			"configurationCompliant": 596
		},
		{
			"key": "servicenow",
			"name": "ServiceNow",
			"vitalsEnabled": false,
			"activeAgents": 1230
		},
		{
			"key": "jamf",
			"name": "Jamf",
			"vitalsEnabled": true,
			"agentDeployedPossibleCompliant": 113,
			"agentDeployedCompliant": 82,
			"agentFunctioningPossibleCompliant": 82,
			"agentFunctioningCompliant": 80,
			"configurationPossibleCompliant": 80,
			"configurationCompliant": 61
		},
		{
			"key": "crowdstrike",
			"name": "Crowdstrike",
			"vitalsEnabled": true,
			"agentDeployedPossibleCompliant": 925,
			"agentDeployedCompliant": 872,
			"agentFunctioningPossibleCompliant": 872,
			"agentFunctioningCompliant": 834,
			"configurationPossibleCompliant": 834,
			"configurationCompliant": 745
		},
		{
			"key": "devices_msgraph",
			"name": "Microsoft InTune",
			"vitalsEnabled": true,
			"agentDeployedPossibleCompliant": 865,
			"agentDeployedCompliant": 764,
			"agentFunctioningPossibleCompliant": 764,
			"agentFunctioningCompliant": 724,
			"configurationPossibleCompliant": 724,
			"configurationCompliant": 551
		}
	],
	"success": true,
	"statusCode": 200,
	"message": "Successfully retrieved vitals data."
}
```

## Workflow Library Example

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