> ## Documentation Index
> Fetch the complete documentation index at: https://docs.r28.ai/charter/llms.txt
> Use this file to discover all available pages before exploring further.

# interact_list

> List browser sandbox interact sessions for the authenticated team.

<div className="tool-route"><span className="tool-row-method" data-method="GET">GET</span><code>{"https://api.firecrawl.dev/v2/interact"}</code></div>

```python firecrawl_interact_list.py theme={null}
from charter.packs import firecrawl

result = await firecrawl.interact_list.ainvoke({})
```

## Query parameters

<div className="reference-table">
  | Field    | Type                      | Description               |
  | -------- | ------------------------- | ------------------------- |
  | `status` | `"active" \| "destroyed"` | Filter sessions by status |
</div>
