---
title: "List active session shares for a host"
method: GET
path: "/session-sharing/host/{hostId}/active"
tags: ["Session Sharing"]
---

# List active session shares for a host

`GET /session-sharing/host/{hostId}/active`

Returns active (non-revoked, non-expired) shares owned by the caller for the given host.

## Path parameters

- `hostId` integer, required

## Response `200`

List of active shares

## Other responses

- `400` — Invalid host id
- `500` — Server error

---

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