Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Full-text search across contacts, companies, deals, and interactions.
moss search --q "acme enterprise"
moss search --q "jane" --types contacts,deals --per-type 10
--q <query>
--types <types>
contacts
companies
deals
interactions
--per-type <n>
moss search --q "acme" --json
{ "data": { "contacts": [ { "id": "cnt_abc123", "first_name": "Jane", "last_name": "Smith", "email": "jane@acme.com" } ], "companies": [ { "id": "cmp_abc123", "name": "Acme Corp", "domain": "acme.com" } ], "deals": [ { "id": "deal_abc123", "name": "Acme Corp - Enterprise", "stage": "proposal" } ], "interactions": [] } }
tsvector