# Get booth's latest values for tags **GET /api/booths/{id}/latest_values_for** Allows you to retrieve the latest values for a given set of tags for a specific booth ## Servers - http://localhost:4000: http://localhost:4000 () ## Authentication methods - Api key ## Parameters ### Path parameters - **id** (string) id of the booth ### Query parameters - **tags** (string) comma-separated list of tag names to request ## Responses ### 200 OK #### Body: application/json (object) - **data** (object) List of latest values for the tags requested ### 400 Bad request #### Body: application/json (object) - **error** (string) Human readable version of the error status code ### 401 Unauthorized #### Body: application/json (object) - **error** (string) Human readable version of the error status code [Powered by Bump.sh](https://bump.sh)