---
title: "Returns a host processors by host name"
method: GET
path: "/hosts/{hostName}/processors/"
tags: ["Hosts"]
---

# Returns a host processors by host name

`GET /hosts/{hostName}/processors/`

## Path parameters

- `hostName` string, required

## Response `200`

Processors

- Processor[]
  - `id` integer
  - `handle` string
  - `vendor` string
  - `product` string
  - `cores` integer
  - `threads` integer
  - `host_id` integer

## Other responses

- `default` — Unexpected error

---

[API](https://skmtc.dev/quadsproject/apis/quads.md) · [All operations](https://skmtc.dev/quadsproject/apis/quads/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/quadsproject/quads/revisions/a060ee3d649d/schema)
