# Get booth audit history **GET /api/booths/{id}/audit_history** Returns all audit changes for the booth with the date and the username of the user who performed each change. ## Servers - http://localhost:4000: http://localhost:4000 () ## Authentication methods - Api key ## Parameters ## Responses ### 200 OK #### Body: application/json (object) - **data** (array[object]) List of audit changes for a booth ### 401 Unauthorized #### Body: application/json (object) - **error** (string) Human readable version of the error status code ### 404 Not Found #### Body: application/json (object) - **error** (string) Human readable version of the error status code [Powered by Bump.sh](https://bump.sh)