v1

latestOpenAPI 3.0.32026-08-0425108247.7 KB
Search

Search calls

Searches calls accessible to the authenticated API key.

get/search/calls

Query parameters

qstring required

Search query text.

Search query text.

conversationstring

Comma-separated conversation identifiers to filter to.

Comma-separated conversation identifiers to filter to.

afterstring

Cursor or ISO timestamp after which results should be returned.

Cursor or ISO timestamp after which results should be returned.

beforestring

Cursor or ISO timestamp before which results should be returned.

Cursor or ISO timestamp before which results should be returned.

Response

Call search results.

Example response

{
  "data": {
    "items": [
      {
        "conversation_id": "01jzn7e61x3a7v9h2r7t2m3q4p",
        "id": "01jzn7e61x3a7v9h2r7t2m3q4p"
      }
    ]
  },
  "items": [
    {
      "conversation_id": "01jzn7e61x3a7v9h2r7t2m3q4p",
      "id": "01jzn7e61x3a7v9h2r7t2m3q4p"
    }
  ]
}