---
title: "List Process Conversations"
method: GET
path: "/api/processes/{process_id}/conversations"
---

# List Process Conversations

`GET /api/processes/{process_id}/conversations`

Return only the conversation summaries (title / session_id /
last_active). Per-conversation full body is fetched lazily on
demand by `get_process_conversation` when the user actually opens
one — eager-syncing every detail here used to cost N × RPC for
every page load and was the main source of perceived "slowness"
on the history panel.

## Path parameters

- `process_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)
