Skip to content

Runs

Runs an assistant over the thread; one run at a time.

Updated on Aug 09, 2026

The run brings the three pieces together: the assistant (the configuration), the thread (the conversation), and the moment. It supports streaming, like chat.

POSThttps://api.hinow.ai/v1/threads/{id}/runsBearer

Runs an assistant over the thread. Supports streaming.

Parâmetros

  • idstring· pathobrigatório
  • assistant_idstring· bodyobrigatório
  • streamboolean· body

Respostas

200Run created

One run at a time

A thread does not accept two simultaneous runs: the second one comes back with 409 thread_busy. In chat interfaces, disable sending until the previous run has finished.

Was this page helpful?