Get endpoint by ID
Retrieves detailed information about a specific endpoint including its public IPs and integration data
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Unique identifier of the endpoint (UUID)
Response
Unique identifier for the endpoint
Human-readable display name for the endpoint
ID of the team that owns this endpoint
Indicates if this is a Critical Asset
Timestamp when the endpoint was created
ID of the integration that discovered this endpoint
Indicates if the endpoint has been contained/isolated
Indicates if this is a workstation device
Indicates if this is a server device
Indicates if this is a mobile device
Indicates if this is a domain controller
Groups assigned to this endpoint
Whether all groups on this endpoint allow containment
Whether all groups on this endpoint allow chat ops
Whether all groups on this endpoint allow outbound updates to the source product
Whether this endpoint has had its first round of group checks run
ID from the EDR (Endpoint Detection & Response) system
ID from the MDM (Mobile Device Management) system
Name of the endpoint
Indicates if the Critical Asset status was manually overridden by a user
Private IP address of the endpoint
Indicates if the endpoint is currently active/online
Operating system of the endpoint
Categorized operating system type
Windows, Windows Server, macOS, Linux, iOS, Android, ChromeOS, Network Device, Other When set, this row is a duplicate source; points at the canonical representative endpoint id
Child endpoint rows in the same canonical cluster (canonical_id = root), excluding the root row; null when asset dedupe is off or there are no children
Preview of other integration-backed rows in the same canonical cluster (at most five children when count exceeds five); null when none
[
{
"id": "22222222-2222-2222-2222-222222222201",
"displayLabel": "WS-SAMPLE-BRAVO-WKS$",
"integrationId": "aaaaaaaa-bbbb-cccc-dddd-eeeeeeee0002",
"integrationPlatform": "sentinel-one",
"name": "WS-SAMPLE-BRAVO-WKS$",
"managed": true,
"live": true,
"operatingSystem": "Windows11 - 23H2",
"createdAt": "2025-01-02T00:00:00.000Z",
"updatedAt": "2025-01-15T12:00:00.000Z"
},
{
"id": "22222222-2222-2222-2222-222222222202",
"displayLabel": "WS-SAMPLE-CHARLIE-WKS$",
"integrationId": "aaaaaaaa-bbbb-cccc-dddd-eeeeeeee0003",
"integrationPlatform": "crowdstrike-falcon",
"name": "WS-SAMPLE-CHARLIE-WKS$",
"managed": true,
"live": true,
"operatingSystem": "Windows 10 Enterprise 22H2 (OS build 19045.4046)",
"createdAt": "2025-01-03T00:00:00.000Z",
"updatedAt": "2025-01-15T12:00:00.000Z"
}
]
Indicates if the endpoint is managed by MDM/EDR
Public IP address associated with this endpoint
Timestamp when the endpoint was last seen
Timestamp when the endpoint was last updated
Raw data from the integration source
Lock PIN for this device, set when the device was locked via MDM (e.g. JumpCloud Apple MDM). Null if not locked or PIN not available.

