Get Task
Retrieve specified task from this coordinator.
This API is available to provider admin and support roles.
URN ID of an Environment
taskId
OK
{
"id": "string",
"name": "string",
"entityId": "string",
"entityName": "string",
"ownerId": "string",
"userId": "string",
"steps": "string",
"status": "string",
"startTime": "string",
"endTime": "string",
"queuedTime": "string",
"message": "string",
"isolation": "string",
"output": {
"providerAdminUsername": "administrator",
"providerAdminPassword": "mysecretpassword"
},
"activity": "string"
}
URN ID of task
name of task.
URN ID of entity for which task is created.
Name of the entity at the time the task was created.
URN ID of the organization for this task.
Username of the user who initiated the task.
represents current_running_step/total_steps by this task.
Describe current status of task.
Start time for task.
Finish time for task
The time the initial request for the task was queued.
Progress or error messages.
isolation
Free-form configuration object.
URN of the activity that corresponds to this Task
Not Found
{
"0": "E",
"1": "r",
"2": "r",
"3": "o",
"4": "r",
"5": "_",
"6": "a",
"7": "l",
"8": "l",
"9": "O",
"10": "f",
"11": " ",
"12": "O",
"13": "b",
"14": "j",
"15": "e",
"16": "c",
"17": "t",
"code": "string",
"messageParameters": [
{}
],
"message": "string",
"localizedMessage": "string"
}