Skip to main content
GET
Python
See Read a conversation.

Authorizations

x-api-key
string
header
required

Path Parameters

conversation_id
string
required

Query Parameters

limit
integer
default:50
Required range: 1 <= x <= 200
cursor
string | null

Response

Successful Response

Thread metadata plus one page of its message history.

id
string
required
created_at
integer
required
items
(UserMessage · object | AssistantMessage · object)[]
required
user_id
string | null
context
ConversationContext · object | null

Partner-supplied context pinned to the top of a conversation thread.

next_cursor
string | null

Pass as cursor to fetch the next page. Null when no more items.

has_more
boolean
default:false