# TL04 - Poll the status of an asynchronous transaction log export (TL03) Retrieve the status for an TL03 transaction log 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/sellerpayment/transactions_logs/async/status/{tracking_id} ## Path parameters: - `tracking_id` (string, required) The asynchronous transaction log 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 message - `last_updated` (string) The last updated date of the export - `status` (string) Current status of the export, can be 'PENDING', 'FAILED', 'CANCELED', or 'COMPLETED' - `urls` (array) List of generated urls to call to download each generated chunks