---
title: "Get host details"
method: GET
path: "/bus/host/{hostkey}"
tags: ["bus"]
---

# Get host details

`GET /bus/host/{hostkey}`

Returns detailed information about a specific host

## Path parameters

- `hostkey` string, required — A ed25519 public key

## Response `200`

Host details

- HostInfo
  - `publicKey` string — A ed25519 public key
  - `siamuxAddr` string — The address of the host
  - `v2SiamuxAddresses` string[]

## Other responses

- `404` — Host not found
- `500` — Internal server error

---

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