qradar_get_search_status
Check execution status and progress of an Ariel search job by search ID, returning progress percentage, status, and record count.
Instructions
Check current execution status and progress of an Ariel search job.
Args: search_id: The UUID of the search job.
Returns: JSON string containing progress percentage, status (WAIT, EXECUTE, COMPLETED), and record count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |