Skip to main content
GET

Overview

The Inventory endpoint provides access to raw data from specific integrations. Query data from Automox, Qualys, or any other connected integration directly.

Parameters

string
required
Name of an integration you would like to query against (e.g., Automox, qualysdevices, crowdstrike)
string
Type of data you wish to request from an integration (e.g., Users, workstations)
number
default:"0"
Set the start position of the data returned by the API
number
default:"0"
Limit each request by the provided number. Leave blank or as 0 to return all data available

Authentication

string
required
Your ThreatAware API key
string
default:"application/json"
Response format

Response

number
The starting position of this result set
number
The number of results returned
number
Total number of records available
boolean
Whether the request was successful
number
HTTP status code
string
Status message
array
Array of inventory items. Fields vary by integration and type.
The data structure returned depends on the systemName and type parameters. Each integration returns its native data structure.

Finding Your System Name

To find the exact systemName value for your connected integrations:
  1. Navigate to Settings → Connections in your ThreatAware portal
  2. The integration names shown are the values to use for systemName
  3. Alternatively, query: https://{cloudId}.threataware.com/settings/connections
Common system names: Automox, crowdstrike, jamf, devices_msgraph (Intune), msdefenderatp, qualysdevices, devices_ad (Active Directory)

Use Cases

Raw Data Export

Export unmodified data from a specific integration for analysis

Integration-Specific Queries

Query fields unique to a particular integration (e.g., Automox patch status)

Custom Data Processing

Build custom workflows based on native integration data structures

Integration Health Monitoring

Monitor data freshness and integration connectivity