Fetch results from internal live search
This is the API used by the “Export Leaked Accounts” tab of the Identity Portal. It only supports domains and email addresses as input.
The response is the same as for /live/search/internal, returning a status and the search job ID. In case a user makes a new export and the previous one shall be discarded; its search ID shall be specified in the “terminate” parameter to save system resources. Searches may consume Gigabytes of data, therefore any searches that are no longer required shall be terminated. Searches can also be manually terminated via the /live/search/terminate function.
Query parameters
Search term
- Specify the bucket to search
- See list of buckets https://blog.intelx.io/2022/05/05/list-of-buckets/
Result limit
Date from of the result in YYYY-mm-dd HH:ii:ss format. (Not RFC3339)
Date to of the result in YYYY-mm-dd HH:ii:ss format. (Not RFC3339)
Optional: ID of previous search to terminate to save system resources.
Response
Success with JSON LiveSearchResponse