> ## 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_tasks

> Tasks and calendar events — list, fetch by id, "my tasks" across every lead, and available meeting slots.

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

Tasks and calendar events — list, fetch by id, "my tasks" across every lead, and available meeting slots. Tasks and appointments share one id namespace in v2; the tool resolves which is which, and which API version to use.

```js theme={null}
search_tasks({ lead_id?, assignee?, completed?, due_between?, my_tasks?, available_slots? })
```
