*search (tuple[str, str, str], optional) – A 3-part search tuple detailing what to search for from the ASM
dataset. For example:
('bd.original_hostname','endswith','.com')
columns (list[str], optional) – The list of columns to return in the response.
size (int, optional) – The number of records to return with each page from the API. Must be
an integer between 1 and 10000.
sort_field (str, optional) – What field should the results be worted by?
sort_asc (bool) – How should the results be sorted? True specifies ascending sort,
whereas False refers to descending.