List Lookup Definitions
list_lookup_definitionsGet Splunk lookup definitions (transforms) with metadata for filename, fields, and permissions to see how CSV or external lookups are used in searches.
Instructions
List lookup definitions (transforms) in Splunk. Returns metadata including name, type, associated filename, fields configuration, app, owner, and permissions. Lookup definitions specify how CSV files or external lookups are used in searches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | No | Filter by app context. Default: '-' (all apps) | - |
| count | No | Page size. Default 50. Maximum 200. Values above 200 are capped to 200; 0 uses 50. Do not send a count larger than 200. | |
| owner | No | Filter by owner. Default: 'nobody' (all users) | nobody |
| offset | No | Result offset for pagination. Default: 0 | |
| search_filter | No | Filter results (e.g., 'filename=*.csv') |