The following table describes the response body parameters for the export API request:
Parameter
Description
jobId
Unique ID of the export job that the request triggers.
trackingURI
Job tracking URI that you can use to send a GET request to monitor the status of the export job.
outputURI
Output file URI that you can use to send a GET request to download the exported file.
Once the job completes, you can send a GET request to download the exported file using the outputURI. The exported file is a Microsoft Excel file in the .xslx format or a CSV file.
Note:
If the export file contains more than 10,000 assets, the system compresses the data into a ZIP file.
For more information about using the jobs API to monitor the status of jobs, see Monitor jobs.