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

# DeferredTaskExecutionResponseSchema

# DeferredTaskExecutionResponseSchema

Schema for a Deferred Execution.

## Properties

| Name                | Type                   | Description | Notes |
| ------------------- | ---------------------- | ----------- | ----- |
| **execution\_uuid** | **str**                |             |       |
| **status**          | **str**                |             |       |
| **result**          | **Dict\[str, object]** |             |       |
| **started\_at**     | **datetime**           |             |       |
| **completed\_at**   | **datetime**           |             |       |
| **message**         | **str**                |             |       |
| **workload\_uuid**  | **str**                |             |       |
