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

# TaskSchema

# TaskSchema

Schema for Task response.

## Properties

| Name                         | Type                   | Description | Notes       |
| ---------------------------- | ---------------------- | ----------- | ----------- |
| **uuid**                     | **str**                |             |             |
| **name**                     | **str**                |             |             |
| **description**              | **str**                |             |             |
| **task\_type**               | **str**                |             |             |
| **controller\_policy\_uuid** | **str**                |             | \[optional] |
| **default\_parameters**      | **Dict\[str, object]** |             |             |
| **workspace\_uuid**          | **str**                |             |             |
| **visibility**               | **str**                |             |             |
| **created\_at**              | **datetime**           |             |             |
| **updated\_at**              | **datetime**           |             |             |
