# ListAsyncTasksSchema

> **Class** in `deepagents`

📖 [View in docs](https://reference.langchain.com/python/deepagents/middleware/async_subagents/ListAsyncTasksSchema)

Input schema for the `list_async_tasks` tool.

## Signature

```python
ListAsyncTasksSchema()
```

## Extends

- `BaseModel`

## Properties

- `status_filter`

---

[View source on GitHub](https://github.com/langchain-ai/deepagents/blob/3afad63e2290559c36a1c386ab2ac9a2d1f8b64a/libs/deepagents/deepagents/middleware/async_subagents.py#L164)