Search analyses.Ask AIget https://api-YOUR-INSTANCE.analysis.threatray.com/v1/searchSubmit a search query, e.g. 'ip:"10.11.12.13".Query ParamsquerystringrequiredSearch query to submit. The query is validated and invalid queries will return an error.datenumberDefaults to 0Only return samples from the last x days, based on first_seen dates. Options: Xd, e.g. 7d, 30d or 0d (=all).max_resultsnumber1 to 2500Defaults to 1000Maximum number of resulting samples to return.scopestringenumDefaults to bothLimit the search query to a certain search scope. By default it is both, which means it looks up for samples in your private and in the public repository.privatepublicbothAllowed:privatepublicbothResponse 200The response contains the aggregations and the analyses of the query, the same as the UI displays.Updated 4 days ago