Skip to main content
The computers endpoints expose the computers Secfix monitors, together with an aggregate device compliance posture. Computers are read-only over the API — governance of computer assets is done through the inventory endpoints. Reads require Read access (all:read). See Scopes.

List computers

GET /v1/computers returns a cursor-paginated list of monitored computers.
Read one computer by its opaque id with GET /v1/computers/{id}.

Compliance posture

Each computer carries an aggregate compliance object summarising the device’s security posture: Other fields include name, serialNumber, operatingSystem, osVersion, ownerId, isMonitored, tags, and lastCheckedAt.
isMonitored is computed from the presence of a Secfix agent or MDM enrolment. A computer with no reporting source is still listed but reports isMonitored: false.