search_transcripts
Full-text search call transcripts with websearch syntax and filters by date or host email, returning matching segments along with call metadata.
Instructions
Full-text search across transcript_segments. Prefer this over ILIKE when searching for phrases in calls — it uses the GIN FTS index and is ~100x faster. Returns matching segments joined to call metadata. query supports websearch syntax: "pricing objection", pricing OR discount, -competitor. since / until are ISO-8601 dates or timestamps (optional). host_email filters to calls owned by one user (optional).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | ||
| since | No | ||
| until | No | ||
| host_email | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |