List Apps
list_appsList installed Splunk apps with details such as name, label, version, description, author, and visibility. Paginate with offset and filter by search criteria to find specific apps.
Instructions
Retrieve installed Splunk applications including name, label, version, description, author, and visibility. If has_more is true, call again with offset=next_offset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. | |
| offset | No | Result offset (default 0) | |
| search_filter | No | Splunk REST search filter (e.g. 'name=*TA*') |