qradar_get_reference_set
Fetch metadata and entries from a QRadar Reference Set by name, with pagination controls for large datasets.
Instructions
Retrieve metadata and entries of a specified Reference Set.
Args: name: The exact name of the Reference Set. limit: Maximum number of elements to retrieve (default: 100). offset: Starting index for pagination (default: 0).
Returns: JSON string containing reference set details and element data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| limit | No | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |