Filter matchesAsk AIget https://api.repliers.io/searches/{searchId}/matchesUse this endpoint to lookup matches for a saved search. Matches are listings that met the saved search criteria.Path ParamssearchIdint32requiredQuery ParamspageNumint32Defaults to 1If specified, indexes a specific page in the results set. For example, if there are 1000 searches and 100 searches per page, if you'd like to view searches 101-201 you'd specify pageNum=2resultsPerPageint32Defaults to 100The amount of searches to return in each page of the results set.endDatedateIf specified filters matches whose match date is <= the supplied value.startDatedateIf specified filters matches whose match date is >= the supplied value.lastStatusstringIf specified filters matches whose last status is the supplied value.Allowed values:Sus, Exp, Sld, Ter, Dft, Lsd, Sc, Lc, Pc, Ext, NewlikedbooleanIf true filters search matches that were liked, if false filters search matches that were disliked. If not specified, returns all search matches.truefalsematchIdint32sortBystringDefaults to updatedOnDescAllowed values:updatedOnDesc,createdOnDescstatusstringIf not specified returns both available and unavailable listings. If specified limits results to specified status.Allowed values:A,UResponses 200200 400Bad RequestUpdated 10 months ago