# Retrieve attendance event by id **GET /attendance-events** Lookup and retrieve information about an attendance event by its `skyvision_id`. ## Servers ## Authentication methods - Bearer auth ## Parameters ### Query parameters - **skyvision_id** (string) The id of the attendance event on SkyVision ## Responses ### 401 Invalid authentication token ### 404 Attendance Event not found ### 200 Successfully retrieved attendance event #### Body: (object) - **external_id** (string) The unique identifier of the attendance event that was generated and stored in your system. We will store this to be able to push updates to the same attendance event if needed - **employee_id** (string) The unique employee id number/code that identifies the employee in the clients' organization - **building** (string) The unique identifier of the work location/site that is stored in your system, we will store this and map it to our site location IDs internally - **time_in** (string(date-time)) The check-in/clock-in time of the employee to the work site/location in UTC. ### 400 Invalid or missing request parameters [Powered by Bump.sh](https://bump.sh)