---
title: "Changes to Create conversation with streaming response"
method: POST
path: "/conversations/stream"
---

# Changes to Create conversation with streaming response

`POST /conversations/stream`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 1 of 15 revisions.

- **2026-08-12** `5798f431973a` — 2 breaking, 33 warning, 10 info

## Changes

- **2026-08-12** `5798f431973a` — 2 breaking, 33 warning, 10 info
  - added `#/components/schemas/CreateConversationRequest, subschema #2` to the request body `allOf` list
  - the request's body type changed from `object` to no type
  - removed the request property `appliedFilters`
  - removed the request property `attachments`
  - removed the request property `chatMode`
  - removed the request property `currentTime`
  - removed the request property `filters`
  - removed the request property `modelFriendlyName`
  - removed the request property `modelKey`
  - removed the request property `modelName`
  - removed the request property `query`
  - removed the request property `recordIds`
  - removed the request property `timezone`
  - removed the request property `tools`
  - added the new `CUSTOM` enum value to the `event` response property for the response status `200`
  - added the new `HEARTBEAT` enum value to the `event` response property for the response status `200`
  - added the new `REASONING_END` enum value to the `event` response property for the response status `200`
  - added the new `REASONING_MESSAGE_CONTENT` enum value to the `event` response property for the response status `200`
  - added the new `REASONING_MESSAGE_END` enum value to the `event` response property for the response status `200`
  - added the new `REASONING_MESSAGE_START` enum value to the `event` response property for the response status `200`
  - added the new `REASONING_START` enum value to the `event` response property for the response status `200`
  - added the new `RUN_ERROR` enum value to the `event` response property for the response status `200`
  - added the new `RUN_FINISHED` enum value to the `event` response property for the response status `200`
  - added the new `RUN_STARTED` enum value to the `event` response property for the response status `200`
  - added the new `STATE_DELTA` enum value to the `event` response property for the response status `200`
  - added the new `STATE_SNAPSHOT` enum value to the `event` response property for the response status `200`
  - added the new `STEP_FINISHED` enum value to the `event` response property for the response status `200`
  - added the new `STEP_STARTED` enum value to the `event` response property for the response status `200`
  - added the new `TEXT_MESSAGE_CONTENT` enum value to the `event` response property for the response status `200`
  - added the new `TEXT_MESSAGE_END` enum value to the `event` response property for the response status `200`
  - added the new `TEXT_MESSAGE_START` enum value to the `event` response property for the response status `200`
  - added the new `TOOL_CALL_ARGS` enum value to the `event` response property for the response status `200`
  - added the new `TOOL_CALL_END` enum value to the `event` response property for the response status `200`
  - added the new `TOOL_CALL_RESULT` enum value to the `event` response property for the response status `200`
  - added the new `TOOL_CALL_START` enum value to the `event` response property for the response status `200`
  - removed the `answer_chunk` enum value from the `event` response property for the response status `200`
  - removed the `complete` enum value from the `event` response property for the response status `200`
  - removed the `connected` enum value from the `event` response property for the response status `200`
  - removed the `error` enum value from the `event` response property for the response status `200`
  - removed the `restreaming` enum value from the `event` response property for the response status `200`
  - …5 more

---

[Operation](https://skmtc.dev/pipeshub-ai/apis/pipeshub-api/docs/conversations/stream/post.md) · [API](https://skmtc.dev/pipeshub-ai/apis/pipeshub-api.md) · [Page](https://skmtc.dev/pipeshub-ai/apis/pipeshub-api/changes/conversations/stream/post)
