---
title: "Stream Agent Response With Progress"
method: POST
path: "/api/agent-chat-message-stream-progress"
tags: ["Agent Chat"]
---

# Stream Agent Response With Progress

`POST /api/agent-chat-message-stream-progress`

Streaming version of agent chat that provides real-time progress updates.
Uses Server-Sent Events (SSE) to stream progress and final response.

## Query parameters

- `user_id` string
- `org_id` string

## Request body

- AgentChatMessageRequest
  - `thread_id` string, required
  - `message` string, required
  - `is_system_event` boolean, nullable
  - `file_path` string, nullable
  - `custom_agent_endpoint` string, nullable
  - `metadata` object, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/every/apis/every-api.md) · [All operations](https://skmtc.net/every/apis/every-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/every/every-api/versions/9744001af85d/schema)
