# OF53 - Poll the status of an asynchronous offer export (OF52) Retrieve the status for an OF52 offer export. When the export is complete, the URLs to retrieve the files are returned. Call FrequencyRecommended usage: Once per minute until you get an error or a successMaximum usage: Every 10 seconds Endpoint: GET /api/offers/export/async/status/{tracking_id} ## Path parameters: - `tracking_id` (string, required) The asynchronous offer export id ## 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): - `error` (object) Specific error if the status is FAILED - `error.code` (string) The error code - `error.detail` (string) The error detail - `last_updated` (string) The last update date of the export - `status` (string) Current status of the export, can be PENDING, FAILED or COMPLETED - `urls` (array) List of generated urls to call to download each generated chunks