# Get Export Job Status **GET /api/v1/exports/{id}** Retrieves the status and details of a specific 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 job details #### Body: application/json (object) - **completed_at** (string) - **created_at** (string) - **error** (string) - **file_path** (string) - **format** (string) - **id** (integer) - **organization_id** (integer) - **status** (string) - **type** (string) - **updated_at** (string) - **user_id** (integer) ### 400 Invalid export ID #### 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) [Powered by Bump.sh](https://bump.sh)