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