Fetch intelligent search result
get/intelligent/search/result
Query parameters
idstring required
Search id (e.g. "61202067-543e-4e6a-8c23-11f9b8f008cf")
limitinteger
Result limit
mediainteger required
- Define the type of media to search for.
- 0: Not set. (All media types)
- 1: Paste document
- 2: Paste User
- 3: Forum
- 4: Forum Board
- 5: Forum Thread
- 6: Forum Post
- 7: Forum User
- 8: Screenshot of a Website
- 9: HTML copy of a website.
- 10: Invalid, do not use.
- 11: Invalid, do not use.
- 12: Invalid, do not use.
- 13: Tweet
- 14: URL, high-level item having HTML copies as linked sub-items
- 15: PDF document
- 16: Word document
- 17: Excel document
- 18: Powerpoint document
- 19: Picture
- 20: Audio file
- 21: Video file
- 22: Container files including ZIP, RAR, TAR and others
- 23: HTML file
- 24: Text file
statisticsinteger
Add statistics
previewlinesinteger
Preview lines count
bucketstring
- Specify the bucket to search
- See list of buckets https://blog.intelx.io/2022/05/05/list-of-buckets/
dateFromstring
Example:2024-01-01 00:00:00
Date from of the result in YYYY-mm-dd HH:ii:ss format. (Not RFC3339)
dateTostring
Example:2024-01-31 23:59:59
Date to of the result in YYYY-mm-dd HH:ii:ss format. (Not RFC3339)
reset0 | 1
Reset previous searches
Response
Intelligent search result page. The client is expected to poll this endpoint repeatedly and interpret the status code:
0 = Success with results (continue polling, more results available) 1 = No more results available (this response might still have results) 2 = Search ID not found 3 = No results yet available, keep trying 4 = Error
Example response
{
"records": [
{
"added": "2024-01-31 23:59:59",
"date": "2024-01-31 23:59:59"
}
]
}