Project Event Search
GET
/gateway/v1/search/eventsSearches project events by keyword, optionally filtered by `type`.
Lookup: by UUID (`id`) or name (`q`). Returns 404 if the project is not found.
Query Parameters
idstring
Surf project UUID. PREFERRED — always use this when available from a previous response (e.g. project_id from /fund/portfolio or id from /search/project). Takes priority over q.
Example:
25c6612a-395c-4974-94eb-3b5f9f4b2ed7qstring
Fuzzy entity name search. Only use when 'id' is not available. May return unexpected results for ambiguous names.
Example:
ethereumlimitinteger
Results per page
Example:
20offsetinteger
Pagination offset
Example:
0Project Event Search
OK