# Get booth recent stages **GET /api/booths/{id}/recent_stages** Allows you to retrieve the list of stages or modes that a booth has been in since a given start date until now. ## Servers - http://localhost:4000: http://localhost:4000 () ## Authentication methods - Api key ## Parameters ### Path parameters - **id** (string) id of the booth ### Query parameters - **start** (string) an ISO8601 formatted date to query data from ## Responses ### 200 OK #### Body: application/json (object) - **data** (array[object]) Stage history - **limit** (number) The number of items per page currently applied - **page** (number) The number of the page returned - **pages** (number) The total number of pages matching the current search - **total** (number) The total number of stages matching the query ### 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)