# Overview
The trace task response provides the trace task request stages with accompanying timestamps in the terminal.
Column | Type | Description |
---|---|---|
timestamp | string | Timestamp denoting the start time of the task. |
message category | string, value is INFO | The INFO category denotes that this is an informational message. |
task type | string | Type of the task. |
request UUID | string | UUID of the request. |
message | string | Message stating the stage of execution of the trace task. |
Was this article helpful?