Skip to main content
GET
Search Conversations

Query Parameters

page_id
string | null
limit
integer
default:100
status
enum<string> | null

Enum representing the current execution state of the conversation.

Available options:
idle,
running,
paused,
waiting_for_confirmation,
finished,
error,
stuck,
deleting
sort_order
enum<string>
default:CREATED_AT_DESC

Enum for conversation sorting options.

Available options:
CREATED_AT,
UPDATED_AT,
CREATED_AT_DESC,
UPDATED_AT_DESC

Response

Successful Response

items
ConversationInfo · object[]
required
next_page_id
string | null