---
title: "Get RPI image request status"
method: GET
path: "/v1/hosts/rpi-image/{request_id}"
tags: ["RPI Image"]
---

# Get RPI image request status

`GET /v1/hosts/rpi-image/{request_id}`

Get the status of a Raspberry Pi image request

## Path parameters

- `request_id` string, required

## Response `200`

Default Response

- object
  - `request_id` string
  - `status` string
  - `download_url` string, nullable
  - `seed_url` string, nullable
  - `error_message` string, nullable
  - `expires_at` string, nullable
  - `created_at` string
  - `updated_at` string

---

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