v1

latestOpenAPI 3.0.32026-08-0425108247.7 KB
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": [
      {
        "id": "01jzn7e61x3a7v9h2r7t2m3q4p"
      }
    ]
  },
  "items": [
    {
      "id": "01jzn7e61x3a7v9h2r7t2m3q4p"
    }
  ]
}