Skip to main content
GET
Get one monitored computer by its public id.

Authorizations

Authorization
string
header
required

Bearer access token obtained from /oauth/token.

Path Parameters

id
string<uuid>
required

Response

200 - application/json

OK

Monitored computer with aggregate compliance posture. Read-only in v1 (governance PATCH targets /v1/inventory/assets/{id}).

compliance
object

Aggregate device compliance posture (Vanta Monitored-Computers parity).

id
string<uuid>

Opaque public computer id (UUID).

Example:

"7c2d1e3f-4a5b-4c6d-8e9f-0a1b2c3d4e5f"

isMonitored
boolean

Whether the device is monitored (computed from agent/MDM presence).

Example:

true

lastCheckedAt
string<date-time>

Timestamp of the last device check-in (UTC).

Example:

"2026-06-30T02:00:00.000Z"

name
string

Computer name / hostname.

Example:

"MacBook-Pro-Jane"

operatingSystem
string

Operating system family.

Example:

"macOS"

osVersion
string

Operating system version.

Example:

"14.5"

ownerId
string<uuid>

Owner's employee UUID.

Example:

"a1b2c3d4-e5f6-4a7b-8c9d-0e1f2a3b4c5d"

serialNumber
string

Hardware serial number.

Example:

"C02XG2JMJGH7"

tags
object[]

Structured tags on the computer.