| id | (optional) string | System-generated unique ID of the task. | [default to undefined] |
| type | (optional) string | Type of task this result represents. | [default to undefined] |
| name | (optional) string | The name of the task. | [default to undefined] |
| description | (optional) string | The description of the task. | [default to undefined] |
| launcher | (optional) string | The user who initiated the task. | [default to undefined] |
| created | (optional) string | The task creation date. | [default to undefined] |
| launched | (optional) string | The task start date. | [default to undefined] |
| completed | (optional) string | The task completion date. | [default to undefined] |
| completionStatus | (optional) string | Task completion status. | [default to undefined] |
| parentName | (optional) string | Name of the parent task if one exists. | [default to undefined] |
| progress | (optional) string | Current task state. | [default to undefined] |