# CheckAsyncTaskSchema

> **Class** in `deepagents`

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

Input schema for the `check_async_task` tool.

## Signature

```python
CheckAsyncTaskSchema()
```

## Extends

- `BaseModel`

## Properties

- `task_id`

---

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