# Get booth by id **GET /api/booths/{id}** Allows you to retrieve the details of a booth under your account, given its ID. ## Servers - http://localhost:4000: http://localhost:4000 () ## Authentication methods - Api key ## Parameters #### Path parameters - **id** (string) the ID of the booth to retrieve ## Responses ### 200: OK #### Body Parameters: application/json (object) - **account_id** (string) Id of the account that the booth belongs to - **account_name** (string) Name of the account that the booth belongs to - **bay_count** (string) Number of bays on the booth - **brand_name** (string) Name of the booth's manufacturer - **burner_size** (string) Burner size of the booth (MBTU) - **connectivity_status** (string) The booth's connectivity status. Active, Idle, or Offline - **created_at** (string) ISO8601 encoded timestamp when the booth was created - **external_id** (string) Client identifier of the booth - **facility_id** (string) ID of the facility that the booth belongs to - **facility_name** (string) Name of the facility that the booth belongs to - **firmware_version** (string) Current version of the firmware running on the booth - **height** (string) Height of the booth in ft - **id** (string) ID of the booth within the application - **last_active_mode** (string) The last mode reported by the booth. - **last_firmware_update** (string) ISO8601 encoded timestamp when the newest firmware version was first seen - **last_program_update** (string) ISO8601 encoded timestamp when the newest program revision was first seen - **last_updated_at** (string) ISO8601 encoded timestamp when last update was received - **length** (string) Length of the booth in ft - **model_number** (string) Model number of the booth - **motor_size** (string) Motor size of the booth (HP) - **name** (string) String name of the booth - **plc_program** (string) Current PLC program running on the booth - **plc_program_revision** (string) Current revision of the PLC program running on the booth - **serial_number** (string) Serial number of the booth - **status** (string) Whether the booth is active or has been decommissioned - **total_runtime** (string) Total runtime hours last reported by the PLC. Null if missing - **width** (string) Width of the booth in ft ### 401: Unauthorized #### Body Parameters: application/json (object) - **error** (string) Human readable version of the error status code ### 404: Not Found #### Body Parameters: application/json (object) - **error** (string) Human readable version of the error status code [Powered by Bump.sh](https://bump.sh)