Each user terminal generates time-stamped events during an experiment. The events represent settings changes, user interactions (e.g., PTT button), and recorded audio streams. During the experiment, the terminal stores all generated events locally. At the end of the experiment, the base station retrieves events from all terminals. The API endpoints under `/api/events` can be used to retrieve events stored at the terminal.
To get all events currently stored at the user terminal, send a HTTP GET request to `/api/events`. The API returns a JSON array with all events currently stored at the terminal.