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.
POST
https://api.hinow.ai/v1/threads/{id}/runsBearerRuns an assistant over the thread. Supports streaming.
Parâmetros
idstring· pathobrigatórioassistant_idstring· bodyobrigatóriostreamboolean· 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?

