---
title: "Read the last-known inventory snapshot for a fleet's members"
method: GET
path: "/fleets/{id}/inventory"
tags: ["Fleets"]
---

# Read the last-known inventory snapshot for a fleet's members

`GET /fleets/{id}/inventory`

No live connection - reads back whatever the most recent POST refresh stored. Latest-only per host, no history.

## Path parameters

- `id` integer, required

## Response `200`

Stored inventory rows for current members.

## Other responses

- `404` — Fleet not found.

---

[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)
