---
title: "Process Conversation Followups"
method: POST
path: "/api/processes/{process_id}/conversations/{session_id}/followups"
---

# Process Conversation Followups

`POST /api/processes/{process_id}/conversations/{session_id}/followups`

Follow-up suggestions for a conversation on a cloud process. The SPA
used a bare fetch here, which in cloud-only lands on a bridge that does
not exist — 「后续建议不可用」 forever on luria.omicos.cn. Same body
passthrough as guidance; core soft-fails generation to
`{suggestions: [], unavailable: true}` so an offline LLM never turns
this into an error banner.

## Path parameters

- `process_id` string, required
- `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)
