---
title: "Get host access list"
method: GET
path: "/rbac/host/{id}/access"
tags: ["RBAC"]
---

# Get host access list

`GET /rbac/host/{id}/access`

Retrieves the list of users and roles that have access to a host.

## Path parameters

- `id` integer, required

## Response `200`

The access list for the host, including each grant's permission level.

## Other responses

- `400` — Invalid host ID.
- `403` — Caller may not manage sharing on this host.
- `500` — Failed to get access list.

---

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