Skip to main content
POST
Import agent builder conversations kept in a browser

Authorizations

X-API-Key
string
header
required

Body

application/json

The threads a browser kept for one agent, newest first, to move onto the account.

saved_agent_id
string<uuid>
required

The saved agent the threads are about.

threads
AgentChatImportThreadSchema · object[]
required
Maximum array length: 20

Response

Successful Response

What one import did.

already_present
integer
required

Threads skipped because you had imported them before.

conversations
AgentChatConversationReadSchema · object[]
required

The threads this request created, in the order given.

total_count
integer
required