---
title: "List shares for session"
method: GET
path: "/api/sessions/{sessionId}/shares"
tags: ["Shares"]
---

# List shares for session

`GET /api/sessions/{sessionId}/shares`

Returns all active shares created by the current user for the specified session.

## Path parameters

- `sessionId` string, required

## Headers

- `X-Grafana-Org-Id` string

## Response `200`

List of shares

- object[]
  - `shareId` string
  - `shareUrl` string
  - `expiresAt` string, date-time, nullable

## Other responses

- `400` — Bad request (invalid parameters or malformed request body)
- `401` — Unauthorized (missing or invalid authentication)
- `500` — Internal server error

---

[API](https://skmtc.net/consensys/apis/ask-o11y-ai-powered-observability-assistant-api.md) · [All operations](https://skmtc.net/consensys/apis/ask-o11y-ai-powered-observability-assistant-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/consensys/ask-o11y-ai-powered-observability-assistant-api/versions/3ccc03eccaef/schema)
