# Download Export File **GET /api/v1/exports/{id}/download** Downloads the file generated by a completed asynchronous export job. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Bearer auth ## Parameters ### Path parameters - **id** (integer) Export Job ID ## Responses ### 200 Export file (JSON or CSV) #### Body: application/json (file) file ### 400 Invalid export ID or export not ready #### Body: application/json (object) - ***** (string) ### 401 Unauthorized (JWT invalid/missing or Org ID not found) #### Body: application/json (object) - ***** (string) ### 404 Export not found or doesn't belong to user's org #### Body: application/json (object) - ***** (string) ### 500 Export file path not found or file missing on disk #### Body: application/json (object) - ***** (string) [Powered by Bump.sh](https://bump.sh)