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

# MissionExecutionSchema

# MissionExecutionSchema

Schema for Mission execution response.

## Properties

| Name                         | Type                                     | Description | Notes       |
| ---------------------------- | ---------------------------------------- | ----------- | ----------- |
| **uuid**                     | **str**                                  |             |             |
| **mission\_uuid**            | **str**                                  |             |             |
| **twin\_uuid**               | **str**                                  |             |             |
| **task\_sequence\_snapshot** | **List\[Optional\[Dict\[str, object]]]** |             |             |
| **parameters**               | **Dict\[str, object]**                   |             |             |
| **priority**                 | **int**                                  |             | \[optional] |
| **start\_at**                | **datetime**                             |             | \[optional] |
| **dry\_run**                 | **bool**                                 |             |             |
| **idempotency\_key**         | **str**                                  |             |             |
| **current\_step**            | **int**                                  |             |             |
| **status**                   | **str**                                  |             |             |
| **needs\_cancelled**         | **bool**                                 |             |             |
| **created\_at**              | **datetime**                             |             |             |
| **started\_at**              | **datetime**                             |             | \[optional] |
| **completed\_at**            | **datetime**                             |             | \[optional] |
| **timeout**                  | **int**                                  |             | \[optional] |
| **result**                   | **Dict\[str, object]**                   |             |             |
