---
title: "Get printer assignments"
method: GET
path: "/v1/hosts/{id}/printer-assignments"
tags: ["Hosts"]
---

# Get printer assignments

`GET /v1/hosts/{id}/printer-assignments`

Get all printer assignments for a host

## Path parameters

- `id` string, required

## Response `200`

Default Response

- object[]
  - `id` string
  - `printer_id` string
  - `host_id` string
  - `organization_id` string, nullable
  - `lease_host_id` string, nullable
  - `assignment_epoch` integer, required
  - `lease_expires_at` string, nullable
  - `connection_state` string, nullable
  - `created_at` string
  - `updated_at` string

## Other responses

- `default` — Unexpected error response

## Changes

- **2026-08-24** `a84f052e4573` — 1 info
  - added the required property `items/assignment_epoch` to the response with the `200` status

[Change history](https://skmtc.dev/printhiv3d/apis/hive-api-documentation/changes/v1/hosts/:id/printer-assignments/get.md)

---

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