Skip to content

Stream Thread

GET
/api/v1/conversations/{thread_id}/stream

SSE stream of new messages on thread_id.

Tenant isolation is enforced on connect: the thread is loaded under user.tenant_id and a 404 is returned if it does not exist or is owned by a different tenant. After that, the SSE generator only forwards messages from the Redis channel for this exact thread.

Authorizations

Parameters

Path Parameters

thread_id
required
string format: uuid

Responses

200

Successful Response

422

Validation Error

object
detail
Array<object>
object
ctx
object
input
loc
required
Array
msg
required
string
type
required
string