---
title: "List Trajectory Discussions"
method: GET
path: "/api/trajectories/{session_id}/discussions"
tags: ["trajectories"]
---

# List Trajectory Discussions

`GET /api/trajectories/{session_id}/discussions`

Owner-only view: every Q&A turn other viewers have had with the
LLM about this trajectory, grouped by viewer. Used by the
"讨论记录" surface in trajectory detail. Owner is excluded from
their own turns (writes are skipped in /discuss for owner anyway,
so this is a defensive filter).

## Path parameters

- `session_id` string, required

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/omicos/apis/omicos-server.md) · [All operations](https://skmtc.dev/omicos/apis/omicos-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/omicos/omicos-server/revisions/a00b94573ffe/schema)
