---
title: "Get host password for clipboard copy"
method: GET
path: "/host/db/host/{id}/password"
tags: ["SSH"]
---

# Get host password for clipboard copy

`GET /host/db/host/{id}/password`

Returns the password for a specific host. Used by the copy-password feature.

## Path parameters

- `id` integer, required

## Query parameters

- `field` 'password' | 'sudoPassword' | 'rdpPassword' | 'vncPassword' | 'telnetPassword' | 'key' | 'keyPassword'

## Response `200`

The requested password value.

## Other responses

- `404` — Host not found or no password set.

---

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