> ## Documentation Index
> Fetch the complete documentation index at: https://developer.lofty.com/llms.txt
> Use this file to discover all available pages before exploring further.

# search_lead_activities

> Calls, texts, emails, notes, manual logs and the unified activity timeline for a lead or for every lead an agent owns.

<Info>**READ** · 18 operations · never changes data</Info>

**Everything that has happened on a lead** — calls, texts, emails, notes, manual logs and the unified activity timeline. Fetch one entry by id, or a call's recording URL. Set `scope: "agent"` to search across every lead an agent owns.

```js theme={null}
search_lead_activities({
  scope: "lead" | "agent",
  lead_id?, channel: "all" | "call" | "sms" | "email" | "note" | "manual_log",
  id?, include_recording_url?, limit?, cursor?
})
```

Channel is a filter, not a separate tool — one call can span every channel or narrow to one. Writing to these channels lives in [`manage_leads`](/mcp/tools/manage-leads) (notes, manual logs) or [`send_message`](/mcp/tools/send-message) (SMS, email).
