Get Task 1
Get the details of a specified task.
ID of the task
Details of requested tasks.
{
"id": 0,
"taskType": "string",
"totalSnapshots": [
"string"
],
"uid": "string",
"taskRef": 0,
"status": "string",
"taskName": "string",
"environmentId": "string",
"nextTaskId": 0,
"next_tasks": [
0
]
}
The task ID.
The type of the task.
The sub tasks executed as part of this task.
totalSnapshots
uid
taskRef
The task's result message - empty if successful, in case of error the sub task and failure messages are returned.
The task's status based on the status of all sub tasks.
The task's name.
The environment ID of the environment that this task is defined for.
nextTaskId
The list of tasks waiting for this task to finish.
Unauthorized access
{
"id": 0,
"taskType": "string",
"totalSnapshots": [
"string"
],
"uid": "string",
"taskRef": 0,
"status": "string",
"taskName": "string",
"environmentId": "string",
"nextTaskId": 0,
"next_tasks": [
0
]
}
The task ID.
The type of the task.
The sub tasks executed as part of this task.
totalSnapshots
uid
taskRef
The task's result message - empty if successful, in case of error the sub task and failure messages are returned.
The task's status based on the status of all sub tasks.
The task's name.
The environment ID of the environment that this task is defined for.
nextTaskId
The list of tasks waiting for this task to finish.