Search conversations
GET
/v1/conversations/searchAuth: Secret API key (rk_sk_)
Full-text search across conversation content.
Query parameters
| Name | Type | Description |
|---|---|---|
qrequired | string | Search query (1–200 chars) |
limit | integer | 1–50, default 25 |
Responses
200Search results
{
"data": [
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"siteId": "660e8400-e29b-41d4-a716-446655440001",
"visitorId": "770e8400-e29b-41d4-a716-446655440002",
"status": "open",
"assigneeId": null,
"createdAt": "2026-01-15T10:00:00Z",
"updatedAt": "2026-01-15T10:05:00Z"
}
]
}