Skip to main content
POST
Resume chat
Required scopes: or

Authorizations

Authorization
string
header
required

Use your account ID as the username and your personal access token (PAT) as the password, or pass a Base64-encoded value directly in the Authorization header. For more information, see the personal access tokens guide.

Body

application/json
chat
object
required

Chat to resume.

active
boolean
default:true

If false: creates an inactive thread.

continuous
boolean

If true: sets chat to continuous mode. If not set: leaves the current mode unchanged.

Response

200 - application/json

Chat resumed.

thread_id
string

The ID of the created thread.

event_ids
string[]

IDs of user-generated events. Returned only when the chat was resumed with initial events. Server-side generated events are excluded.