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

# TaskExecutionSchema

# TaskExecutionSchema

Schema for TaskExecution response.

## Properties

| Name                         | Type                   | Description | Notes       |
| ---------------------------- | ---------------------- | ----------- | ----------- |
| **uuid**                     | **str**                |             |             |
| **task\_uuid**               | **str**                |             |             |
| **task\_name**               | **str**                |             |             |
| **twin\_uuid**               | **str**                |             |             |
| **mission\_execution\_uuid** | **str**                |             | \[optional] |
| **mission\_step**            | **int**                |             | \[optional] |
| **parameters**               | **Dict\[str, object]** |             |             |
| **status**                   | **str**                |             |             |
| **action\_id**               | **str**                |             |             |
| **external\_reference**      | **str**                |             |             |
| **created\_at**              | **datetime**           |             |             |
| **started\_at**              | **datetime**           |             | \[optional] |
| **completed\_at**            | **datetime**           |             | \[optional] |
| **result**                   | **Dict\[str, object]** |             |             |
| **error\_message**           | **str**                |             |             |
