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