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