Skip to main content
POST
Link an AI Assistant thread to the one it continues in

Authorizations

X-API-Key
string
header
required

Path Parameters

origin
enum<string>
required

Which store a thread lives in.

The four assistants keep their transcripts in four tables with four shapes, and nothing here moves them. An origin plus the thread's id in that store is how one row of the meta table names a thread, and how the dock knows which capability the thread carries when it is reopened.

Available options:
table,
find_leads,
agent,
chat
thread_id
string<uuid>
required

Body

application/json

Record that this thread continues in another: a search, and the table it produced.

continued_in
AssistantThreadRefSchema · object
required

One thread, named by its store and its id in that store.

Response

Successful Response

The link as recorded, both ends.

continued_from
AssistantThreadRefSchema · object
required

One thread, named by its store and its id in that store.

continued_in
AssistantThreadRefSchema · object
required

One thread, named by its store and its id in that store.