API
chat.watchThread
GET https://chat.api.rivet.gg/v1/threads/{thread_id}/live
curl -X GET 'https://chat.api.rivet.gg/v1/threads/{thread_id}/live'

Authorizations

Authorization[header]required
string

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

thread_idrequired
string

Query Parameters

watch_index
string

A query parameter denoting the requests watch index.

Response

chat_messagesrequired
array

All messages new messages posted to this thread. Ordered old to new.

typing_statuses
array

All identities that are currently typing in this thread.

watchrequired
object

Provided by watchable endpoints used in blocking loops.