---
title: "List Host Specifications"
method: GET
path: "/api/host"
tags: ["Host"]
---

# List Host Specifications

`GET /api/host`

## Query parameters

- `sources` string
- `facts` boolean
- `offset` integer
- `limit` integer
- `search` string
- `sort` string
- `include_service_instances` boolean

## Response `200`

OK

- object
  - `addr` string, required — Host address
  - `ceph_version` string, required — Ceph version
  - `hostname` string, required — Hostname
  - `labels` string[], required — Labels related to the host
  - `service_instances` object[], required — Service instances related to the host
    - `count` integer, required — Number of instances of the service
    - `type` string, required — type of service
  - `service_type` string, required
  - `services` object[], required — Services related to the host
    - `id` string, required — Service Id
    - `type` string, required — type of service
  - `sources` object, required — Host Sources
    - `ceph` boolean, required
    - `orchestrator` boolean, required
  - `status` string, required

## Other responses

- `400` — Operation exception. Please check the response body for details.
- `401` — Unauthenticated access. Please login first.
- `403` — Unauthorized access. Please check your permissions.
- `500` — Unexpected error. Please check the response body for the stack trace.

---

[API](https://skmtc.net/ceph/apis/ceph-rest-api.md) · [All operations](https://skmtc.net/ceph/apis/ceph-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ceph/ceph-rest-api/versions/b03ae23c3806/schema)
