Search
Search conversations
Searches conversations accessible to the authenticated API key.
get/search/conversations
Query parameters
qstring required
Search query text.
Search query text.
Response
Conversation search results.
Example response
{
"data": {
"items": [
{
"created_at": "2026-05-14T08:00:00.000Z",
"id": "01jzn7e61x3a7v9h2r7t2m3q4p"
}
]
},
"items": [
{
"created_at": "2026-05-14T08:00:00.000Z",
"id": "01jzn7e61x3a7v9h2r7t2m3q4p"
}
]
}