v1

latestOpenAPI 3.0.3MIT2026-07-17323590.7 KB
Shares

Get shared session

Returns a read-only snapshot of a shared session. The share must belong to the same organization as the requesting user. The returned session includes isShared: true and sharedBy fields.

get/api/sessions/shared/{shareId}

Path parameters

shareIdstring required

Share ID (base64 URL-safe 32-byte token)

Headers

X-Grafana-Org-Idstring

Grafana organization ID for multi-tenant isolation. Defaults to '1' if not provided.

Response

Shared session data

idstring required

Session ID (base64 URL-safe 32-byte token)

titlestring required

Session title

summarystring

Session summary

createdAtstring date-time required
updatedAtstring date-time required
messageCountinteger required

Total number of messages

activeRunIdstring

ID of currently active agent run (if any)

model'base' | 'large'

LLM app model abstraction locked to this session, if selected

isSharedtrue
sharedBystring

User ID who created the share