# ViewSet for data exchange runs providing list, create, and retrieve operations. - list: Get all data exchange runs for the authenticated user's company - create: Create a new data exchange run - retrieve: Get a single data exchange run by ID Endpoint: GET /imports/{id} Version: 1.0 Security: Bearer ## Path parameters: - `id` (string, required) ## Response 200 fields (application/json): - `id` (integer) - `run_id` (string) Unique identifier for this data exchange run - `company_id` (integer) ID of the company this data exchange run belongs to - `results` (object) The output of the data exchange run - `document` (integer,null) - `model_identifier` (string) - `created_at` (string) - `updated_at` (string)