Skip to main content

List conversations

string
required
Bearer token.
integer
default:"50"
Maximum number of conversations to return.

Get conversation

Retrieve the full message history for a conversation.
string
required
The session ID of the conversation.

Rename conversation

string
required
The session ID of the conversation to rename.
string
required
The new title for the conversation.

Delete conversation

Soft-deletes a conversation. The data is retained but no longer appears in listings.
string
required
The session ID of the conversation to delete.

SDK usage