tascan_org_analytics
Read organization-wide analytics: view org (GET /analytics/org, the get_org_analytics rollup) or view resolutions (GET /analytics/resolutions, paginated AI issue-resolution history, filterable by severity, category, and pattern-detected). Read tier.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view | Yes | Which analytics surface to read. | |
| limit | No | resolutions only: page size (default 50, max 200). | |
| offset | No | resolutions only: page offset. | |
| pattern | No | resolutions only: true to filter to pattern_detected rows only. | |
| category | No | resolutions only: filter by issue_category. | |
| severity | No | resolutions only: filter by classification_severity. |