---
title: "List the resolved effective members of a fleet"
method: GET
path: "/fleets/{id}/members"
tags: ["Fleets"]
---

# List the resolved effective members of a fleet

`GET /fleets/{id}/members`

Returns the union of statically-added hosts and hosts matched by the fleet's tag rules, each annotated with the caller's permission level on that host.

## Path parameters

- `id` integer, required

## Response `200`

Resolved member hosts.

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