Skip to main content
GET
Smart Search Conversation Messages

Headers

x-api-key
string | null

Your API key for programmatic access. Send it in the x-api-key header; you can create and manage keys from the Developers page.

Query Parameters

text_query
string
required

The search query text for semantic similarity matching

agent_id
string | null

Agent id (agent_…) or speech engine external id (seng_), resolved to the same underlying resource.

Example:

"agent_3701k3ttaq12ewp8b7qv5rfyszkz"

page_size
integer
default:20

Number of results per page. Max 50.

Required range: 1 <= x <= 50
cursor
string | null

Used for fetching next page. Cursor is returned in the response.

Response

Successful Response

results
MessagesSearchResult · object[]
required
has_more
boolean
required

Whether there are more results available

meta
ListResponseMeta · object
next_cursor
string | null

Cursor for the next page of results