# Export booth data **GET /api/booths/{id}/export_csv** Allows you to download a CSV file with the last 72 hours of data that a given booth emitted. ## Servers - http://localhost:4000: http://localhost:4000 () ## Authentication methods - Api key ## Parameters #### Path parameters - **id** (string) id of the booth ## Responses ### 200: OK ### 400: Bad request #### Body Parameters: application/json (object) - **error** (string) Human readable version of the error status code ### 401: Unauthorized #### Body Parameters: application/json (object) - **error** (string) Human readable version of the error status code [Powered by Bump.sh](https://bump.sh)