---
title: "Get monitored computer by ID"
method: GET
path: "/monitored-computers/{computerId}"
tags: ["Monitored Computers"]
---

# Get monitored computer by ID

`GET /monitored-computers/{computerId}`

Returns a monitored computer by ID.

## Path parameters

- `computerId` string, required

## Response `200`

Ok

- MonitoredComputer
  - `id` string, required — Unique identifier for the monitored computer.
  - `integrationId` string, required — Hard-coded enums for Vanta-built integrations or application IDs for 3rd-party-built integrations.
  - `lastCheckDate` string, date-time, nullable, required — Date of the computer's most recent report.
  - `screenlock` ComputerStatus, required — The a status check for a computer. Representation for screenlock, diskEncryption, passwordManager, and antivirusInstallation.
    - `outcome` 'FAIL' | 'IN_PROGRESS' | 'NA' | 'PASS', required — The possible outcomes of a status check. The outcome can be one of the following: FAIL: The check is failing. IN_PROGRESS: The check needs further data from the given computer in order to evaluate. The field(s) needed from a computer to calculate the ComputerStatusOutcome were null. NA: The check is not applicable for the given computer. PASS: The check is passing.
  - `diskEncryption` ComputerStatus, required — The a status check for a computer. Representation for screenlock, diskEncryption, passwordManager, and antivirusInstallation.
    - `outcome` 'FAIL' | 'IN_PROGRESS' | 'NA' | 'PASS', required — The possible outcomes of a status check. The outcome can be one of the following: FAIL: The check is failing. IN_PROGRESS: The check needs further data from the given computer in order to evaluate. The field(s) needed from a computer to calculate the ComputerStatusOutcome were null. NA: The check is not applicable for the given computer. PASS: The check is passing.
  - `passwordManager` ComputerStatus, required — The a status check for a computer. Representation for screenlock, diskEncryption, passwordManager, and antivirusInstallation.
    - `outcome` 'FAIL' | 'IN_PROGRESS' | 'NA' | 'PASS', required — The possible outcomes of a status check. The outcome can be one of the following: FAIL: The check is failing. IN_PROGRESS: The check needs further data from the given computer in order to evaluate. The field(s) needed from a computer to calculate the ComputerStatusOutcome were null. NA: The check is not applicable for the given computer. PASS: The check is passing.
  - `antivirusInstallation` ComputerStatus, required — The a status check for a computer. Representation for screenlock, diskEncryption, passwordManager, and antivirusInstallation.
    - `outcome` 'FAIL' | 'IN_PROGRESS' | 'NA' | 'PASS', required — The possible outcomes of a status check. The outcome can be one of the following: FAIL: The check is failing. IN_PROGRESS: The check needs further data from the given computer in order to evaluate. The field(s) needed from a computer to calculate the ComputerStatusOutcome were null. NA: The check is not applicable for the given computer. PASS: The check is passing.
  - `operatingSystem` OperatingSystem, required — The computer's operating system type and version.
    - `type` 'macOS' | 'linux' | 'windows', required — The possible types of the operating system. One of `mac_OS`, `linux`, or `windows`.
    - `version` string, nullable, required — The version of the operating system.
  - `owner` Owner, required
    - `id` string, required — Unique identifier for the person.
    - `displayName` string, required — Name of the person that is shown in product.
    - `emailAddress` string, required — Email address of the person.
  - `serialNumber` string, nullable, required — The serial number of the computer. This value may be null if it is not reported by the device.
  - `udid` string, nullable, required — The universal device id of the computer.

---

[API](https://skmtc.net/vanta/apis/build-integrations.md) · [All operations](https://skmtc.net/vanta/apis/build-integrations/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vanta/build-integrations/revisions/6c1f7590538b/schema)
