Retrieves a list of matches with the given search criteria.
Optional
criteria: HistorySearchCriteriaSearch criteria.
Optional
cursor: stringCursor for pagination. If not provided, starts from the beginning.
Optional
count: numberNumber of items to return. If not provided, returns all items. Maxes out at 100.
A tuple of the next pagination cursor and the list of matches.
Retrieves a specific match by its ID.
ID of the match.
The match.
Service for interacting with the history of matches.