---
title: "Get host system information"
method: GET
path: "/api/hosts/{id}/system"
tags: ["Scoped API - Hosts"]
---

# Get host system information

`GET /api/hosts/{id}/system`

Retrieve system-level information for a specific host including architecture, kernel, CPU, RAM, disk. Requires Basic Auth (host:get).

## Path parameters

- `id` string, uuid, required

## Response `200`

OK

- object

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/patchmon/apis/patchmon-integration-api.md) · [All operations](https://skmtc.dev/patchmon/apis/patchmon-integration-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/patchmon/patchmon-integration-api/revisions/279031113463/schema)
