list_global_helpers
Retrieve shared Python functions for security rules and detections. View descriptions, code, and metadata with pagination and filtering options.
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 |
|---|---|---|---|
| cursor | No | Optional cursor for pagination from a previous query | |
| limit | No | Maximum number of results to return (1-1000) | |
| name_contains | No | Case-insensitive substring to search for in the global's name | |
| created_by | No | Filter by creator user ID or actor ID | |
| last_modified_by | No | Filter by last modifier user ID or actor ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||