# Get events **GET /data/events/last** Retrieve last events with filtering support. Filters can be specified in the query string to narrow down results by date range, project, or other criteria. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Query parameters - **after** () Filter events after this date - **before** () Filter events before this date - **only_files** () Return only file-related events - **cursor_event_id** () ID of the last event from previous page for cursor-based pagination - **limit** () Maximum number of events to return - **project_id** () Filter events by specific project - **name** () Filter events by event name ## Responses ### 200 List of events successfully retrieved #### Body: application/json (array[object]) - **id** (string(uuid)) Event unique identifier - **name** (string) Event name - **data** (object) Event data content - **project_id** (string(uuid)) Project identifier - **created_at** (string(date-time)) Event timestamp - **user_id** (string(uuid)) User identifier who triggered the event [Powered by Bump.sh](https://bump.sh)