# OR14 - Get the status of an asynchronous order export. Use this API to query the order export status after an API OR13 call.Until the export via API OR13 is complete, the status returned by API OR14 is PENDING.You must call API OR14 until you get the COMPLETED status which correspond to a completed and successful export from API OR13.The URLs in API OR14 response contain all the files from API OR13 export.Browse those urls and query them using the GET method.In case of error, the status is FAILED.In case of export canceled, the status is CANCELED. Endpoint: GET /api/orders/async-export/status/{tracking_id} ## Path parameters: - `tracking_id` (string, required) Id of the previously created asynchronous order export ## Query parameters: - `shop_id` (integer) Use this parameter when your user has access to several shops. If not specified, the shop_id from your default shop will be used. ## Response 200 fields (application/json): - `last_updated` (string, required) The last updated date of the export - `status` (string, required) Current status of the export, can be 'PENDING', 'FAILED', or 'COMPLETED' - `urls` (array) List of generated URLs to call to download each generated chunks