list_global_helpers
Retrieve and paginate global helper functions from a Panther instance, including metadata and code, to streamline rule and policy creation across detections. Requires 'View Rules' permission.
Instructions
List all global helpers from your Panther instance. Global helpers are shared Python functions that can be used across multiple rules, policies, and other detections.
Returns paginated list of global helpers with metadata including descriptions and code.
Permissions:{'all_of': ['View Rules']}
Input Schema
Name | Required | Description | Default |
---|---|---|---|
created_by | No | Filter by creator user ID or actor ID | |
cursor | No | Optional cursor for pagination from a previous query | |
last_modified_by | No | Filter by last modifier user ID or actor ID | |
limit | No | Maximum number of results to return (1-1000) | |
name_contains | No | Case-insensitive substring to search for in the global's name |