---
title: "Get Shared Message Sessions"
method: GET
path: "/api/v1/monitor/messages/shared/sessions"
tags: ["Monitor"]
---

# Get Shared Message Sessions

`GET /api/v1/monitor/messages/shared/sessions`

Get session IDs for a shared/public flow, scoped to the authenticated user.

Uses a deterministic virtual flow_id derived from the user's ID and the
original flow ID. Only messages stored under this virtual flow_id are returned.

## Query parameters

- `source_flow_id` string, uuid, required — The original public flow ID

## Response `200`

Successful Response

- string[]

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/langflow-ai/apis/langflow.md) · [All operations](https://skmtc.net/langflow-ai/apis/langflow/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/langflow-ai/langflow/revisions/22962dc5e81b/schema)
