Search personnel related events by name
Find a paginated, deduplicated event list for up to 50 personnel records whose full name exactly matches the supplied name.
Use this endpoint only when neither a Lensmor personnel ID nor a LinkedIn URL is available. Matching is case-insensitive after trimming but is not partial or fuzzy. Date filters apply to event start dates; without date_start_from, the search defaults to upcoming events.
This endpoint requires an active paid user. A non-empty result consumes 50 credits, an empty result consumes 0 credits, and at most 10 requests can run concurrently for one user. The response contains events rather than a separate personnel object.
Authorizations
Send the full Business API key from Settings -> API Keys, for example Authorization: Bearer sk_your_api_key.
Headers
Identify the caller as api or agent for usage attribution. Defaults to api when omitted.
api, agent Query Parameters
Exact full name. Matching is case-insensitive after trimming; partial and fuzzy matching are not used.
1 - 200Inclusive event start-date lower bound. Defaults to the current date when omitted.
Inclusive event start-date upper bound. Omit it for no upper bound.
One-based page number. Use 1 for the first page and increment it while hasMore is true.
x >= 1Maximum number of records requested per page. The shared default is 20 and the shared upper limit is 100; individual endpoints can document a lower maximum.
1 <= x <= 100Response
Paginated events, a paid-feature business error, or a per-user concurrency business error
- Option 1
- Option 2
- Option 3
Standard paginated collection of public event summaries.
Records returned on the current page or in the current batch.
Total matching records across all pages.
One-based page number returned.
Maximum records requested for this page.
Total pages available for the current query.
Whether another result page is available.