Events list
Browse events currently available through the Lensmor API. Use this endpoint when you need a paginated event catalog with basic filters such as keyword, country, city, and date range.Endpoint
GET /external/events/list
Authentication
See AuthenticationSuccess status code
200 OK
Query parameters
| Name | Required | Type | Notes |
|---|---|---|---|
page | No | integer | Defaults to 1. |
pageSize | No | integer | Defaults to 20; maximum 100. |
keyword | No | string | Event name or keyword search. |
country | No | string | Country filter. |
city | No | string | City filter. |
date_start_from | No | ISO date string | Inclusive lower bound for event date filtering. |
date_start_to | No | ISO date string | Inclusive upper bound for event date filtering. |
Response example
Error responses
401 Unauthorized
Notes
- This endpoint returns a paginated event catalog rather than recommendation-specific results.
- Pagination fields follow the shared conventions described in Pagination conventions.
- When neither
date_start_fromnordate_start_tois supplied, the runtime defaults to events starting from yesterday through one year from now. - List-summary items intentionally omit
attendeeCountandpersonnelCount.