# Get booth's latest values for tags at a given timestamp **GET /api/booths/{id}/latest_values_at** Allows you to retrieve the latest values for a given set of tags for a specific booth before a given timestamp ## 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 - **before** (string) ISO8601 formatted date before which the latest tags should be retrieved ## 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)