Core Endpoints
Get Inventory
Retrieve specific integration data and filter by type
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.
Finding Your System Name
To find the exactsystemName value for your connected integrations:
- Navigate to Settings → Connections in your ThreatAware portal
- The integration names shown are the values to use for
systemName - 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