# Get desktop login logs **GET /data/user/desktop-login-logs** Retrieve desktop login logs for the current user. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ## Responses ### 200: Desktop login logs for current user #### Body Parameters: application/json (array[object]) - **id** (string(uuid)) Login log unique identifier - **person_id** (string(uuid)) Person identifier - **date** (string(date)) Login date - **created_at** (string(date-time)) Creation timestamp - **updated_at** (string(date-time)) Last update timestamp [Powered by Bump.sh](https://bump.sh)