# Get tag history for a booth **GET /api/booths/{id}/history** Allows you to retrieve the history of a specific tag for a particular booth under your account within a certain date range. ## 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 - **start** (string) an ISO8601 formatted date to query data from - **end** (string) an ISO8601 formatted date to query data until ## Responses ### 200 OK #### Body: application/json (object) - **data** (array[object]) Historic tag data ### 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)