How to download a trace file
Download files into your reporting tool or analyzer to use the data in the trace file.
Prerequisite(s):
♦The job is 100% completed.
1. Send a GET request to the URI specified inside of the job object, including the job ID, to download the trace file.
Figure 10: Select All
{
"data": {
"job": {
"id": "01FDA3B2-464D-81C6-3BFC-BCAEC5415579",
"type": "TRACE_EXTRACTION",
"status": "COMPLETE",
"etag": "2ACD95DD7846E4119BCFBCAEC5015590"
}
}
}
The downloaded file is available for you to use or manipulate using your other tools.