Returns detailed metadata about a task that is being executed.
Headers
Request body
The Amazon Resource Name (ARN) of the task that is being executed.
Response
Success
The time that the task execution was started.
The expected number of files that is to be transferred over the network. This value is calculated during the <code>PREPARING</code> phase before the <code>TRANSFERRING</code> phase of the task execution. This value is the expected number of files to be transferred. It's calculated based on comparing the content of the source and destination locations and finding the delta that needs to be transferred.
The estimated physical number of bytes that is to be transferred over the network.
The number of logical bytes written to the destination Amazon Web Services storage resource.
The total number of bytes that are involved in the transfer. For the number of bytes sent over the network, see <code>BytesCompressed</code>.
The physical number of bytes transferred over the network after compression was applied. In most cases, this number is less than <code>BytesTransferred</code> unless the data isn't compressible.