---
title: "Assist Stream"
method: POST
path: "/api/v1/agentic/assist/stream"
tags: ["Agentic"]
---

# Assist Stream

`POST /api/v1/agentic/assist/stream`

Chat with the Langflow Assistant with streaming progress updates.

## Request body

- AssistantRequest — Request model for assistant interactions.
  - `component_id` string, nullable
  - `field_name` string, nullable
  - `flow_id` string, required
  - `input_value` string, nullable
  - `iterations_limit` integer, nullable
  - `max_retries` integer, nullable
  - `model_name` string, nullable
  - `provider` string, nullable
  - `session_id` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/langflow-ai/apis/langflow.md) · [All operations](https://skmtc.net/langflow-ai/apis/langflow/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/langflow-ai/langflow/revisions/22962dc5e81b/schema)
