list_reports
Retrieve saved reports from ServiceNow with options to search by name, filter by category, and limit results for efficient reporting management.
Instructions
List saved reports in the instance (latest release: /api/now/reporting)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search | No | Search reports by name (uses sysparm_contains) | |
| category | No | Filter by report category | |
| limit | No | Max results (default: 20) |