v1
latestOpenAPI 3.1.12026-07-242899061.7 MBSearch for URL entities based on a filter
Find URLs by risk score, risk rules, or date ranges with paginated enrichment results.
Query parameters
Freetext
The enrichment fields requested for the entities returned. Several fields can be given as a comma separated string.
See https://docs.recordedfuture.com/reference/enrichment-field-attributes for a list of values.
Annotates the response with additional metadata explaining the response data elements.
Maximum number of records returned,
Offsets the pagination of the request. Note that there is a limit of returning only the top 10000 results from a search, meaning if limit plus from exceeds 10000, this will result in an Bad Request message.
Filters entities based on risk score, e.g. on the form [20, 80] (20 <= risk score <= 80), [20,) (20 <= risk score), or [,90) (risk score < 90). '[' and ']' are inclusive while '(' and ')' are exclusive.
Filters entities based on the download of the first reference which is taken into account during risk scoring of the entity. All Elasticsearch compatible date formats are valid.
Filters entities based on the download of the latest reference which is taken into account during risk scoring of the entity. All Elasticsearch compatible date formats are valid.
Filters entities based on presence in a single list. Requires the list ID, which can be found using the List API
Filters for URLs based on a single risk rule.
Sorts the search according to the chosen parameter. Results are sorted before pagination.
The direction of the sorting by the orderBy parameter, ascending or descending.
Response
Result of operation