qradar_get_search_results
Retrieve paginated records from a completed Ariel search by providing the search ID. Control result size with limit and offset parameters.
Instructions
Fetch records from a completed Ariel search job with pagination.
Args: search_id: The UUID of the search job. limit: Number of records to return (default: 50). offset: Offset start index for pagination (default: 0).
Returns: JSON string containing search result events or flows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| search_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |