# Get login logs **GET /data/events/login-logs/last** Retrieve all login logs with filtering support. Filters can be specified in the query string to narrow down results by date range and limit. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters #### Query parameters - **before** () Filter logs before this date and time - **limit** () Maximum number of login logs to return ## Responses ### 200: List of login logs successfully retrieved #### Body Parameters: application/json (array[object]) - **id** (string(uuid)) Login log unique identifier - **user_id** (string(uuid)) User identifier - **ip_address** (string) IP address of the login - **user_agent** (string) User agent string - **success** (boolean) Whether the login was successful - **created_at** (string(date-time)) Login timestamp [Powered by Bump.sh](https://bump.sh)