intelx_search_results
Retrieve the actual data for an IntelligenceX search by search ID. Supports pagination with limit and offset.
Instructions
Retrieve results for an IntelligenceX search by ID. Use after intelx_search to get actual data. Requires INTELX_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Search ID from intelx_search | |
| limit | No | Max results per page (default 100) | |
| offset | No | Result offset (default 0) |