get_performance_analytics
Fetch ServiceNow Performance Analytics indicator data by passing an indicator or widget sys_id, with optional date range for score series.
Instructions
Read Performance Analytics scorecard/indicator data (requires PA plugin; GET /api/now/pa/scorecards). Pass an indicator sys_id, or a PA widget sys_id to resolve its indicator.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Optional score-series end date (YYYY-MM-DD) | |
| from | No | Optional score-series start date (YYYY-MM-DD) | |
| widget_sys_id | No | sys_id of a PA widget (pa_widgets); its indicator is resolved automatically | |
| indicator_sys_id | No | sys_id of the PA indicator (pa_indicators) |