---
title: "Returns a single item"
method: GET
path: "/items/{id}"
---

# Returns a single item

`GET /items/{id}`

## Path parameters

- `id` string, required

## Response `200`

Success

- Item
  - `id` string
  - `name` string
  - `price` string
  - `color` string

## Other responses

- `400` — The request was invalid or cannot be otherwise served.
- `401` — Authentication credentials were missing or incorrect.
- `403` — The request is understood, but it has been refused or access is not allowed.
- `404` — The URI requested is invalid or the resource requested does not exists.
- `429` — The request cannot be served due to the application’s rate limit having been exhausted for the resource.
- `500` — Something is broken.
- `503` — The server is up, but overloaded with requests. Try again later.

---

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