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

# GET /api/dcv/session_sharing/shared_to_me

`GET /api/dcv/session_sharing/shared_to_me`

GET operation for /api/dcv/session_sharing/shared_to_me

## Headers

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

## Response `200`

List of active grants where current user is the guest

- object
  - `success` boolean
  - `message` object[]
    - `grant_id` string
    - `session_id` string
    - `owner_username` string
    - `session_uuid` string
    - `base_os` string

## Other responses

- `503` — Session sharing not enabled

---

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