Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 800 Bytes

File metadata and controls

12 lines (9 loc) · 800 Bytes

EventSearch

Contains a list of all identification events matching the specified search criteria.

Properties

Name Type Description Notes
events List[Event]
pagination_key str Use this value in the pagination_key parameter to request the next page of search results. [optional]
total_hits int This value represents the total number of events matching the search query, up to the limit provided in the total_hits query parameter. Only present if the total_hits query parameter was provided. [optional]

[Back to Model list] [Back to API list] [Back to README]