---
title: "GET /api/dcv/session_sharing/sessions"
method: GET
path: "/api/dcv/session_sharing/sessions"
tags: ["Virtual Desktops"]
---

# GET /api/dcv/session_sharing/sessions

`GET /api/dcv/session_sharing/sessions`

GET operation for /api/dcv/session_sharing/sessions

## Headers

- `X-EDH-USER` string, required
- `X-EDH-TOKEN` string, required

## Response `200`

List of running VDI sessions with sharing metadata

- object
  - `success` boolean
  - `message` object
    - `sessions` object[]
      - `broker_session_id` string
      - `session_uuid` string
      - `owner` string
      - `state` string
      - `base_os` string
    - `allow_unsupervised_access` boolean

## Other responses

- `503` — Unable to list sessions

---

[API](https://skmtc.dev/aws-samples/apis/engineering-development-hub-edh-api.md) · [All operations](https://skmtc.dev/aws-samples/apis/engineering-development-hub-edh-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/aws-samples/engineering-development-hub-edh-api/revisions/058396b8f0f1/schema)
