---
title: "Get Analytics Analyst"
method: GET
path: "/vendors/analytics/analyst"
tags: ["analytics"]
---

# Get Analytics Analyst

`GET /vendors/analytics/analyst`

Analyst "My Work" analytics, scoped to the calling user's own services.

Aggregates the analyst charts and KPI tiles server-side: the user's active
services bucketed by review state, the reviews covering those services
bucketed by stage, outstanding IRAs on those services by recipient, plus the
count of active reviews covering those services and open issues assigned to
the user. The user is taken from the auth context (never a client param) so a
viewer can only ever see their own workload. Mirrors the company-wide
definitions in ``get_analytics_services`` (review state via the canonical
``ServiceIRAReviewTask`` link) so the views can't drift.

## Query parameters

- `entity_type` EntityType[], nullable

## Response `200`

Successful Response

- AnalystAnalytics
  - `my_service_count` integer, required
  - `my_active_review_count` integer, required
  - `my_open_issue_count` integer, required
  - `vendor_ids` string[], required
  - `services_by_review_state` LabelValue[], required
    - `label` string, required
    - `value` number, required
    - `id` string, nullable
  - `reviews_by_stage` LabelValue[], required
    - `label` string, required
    - `value` number, required
    - `id` string, nullable
  - `outstanding_iras_by_recipient` LabelValue[], required
    - `label` string, required
    - `value` number, required
    - `id` string, nullable
  - `outstanding_periodic_reviews_by_vendor` LabelValue[], required
    - `label` string, required
    - `value` number, required
    - `id` string, nullable
  - `outstanding_due_diligence_packets_by_vendor` LabelValue[], required
    - `label` string, required
    - `value` number, required
    - `id` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/kobaltlabs/apis/fastapi.md) · [All operations](https://skmtc.dev/kobaltlabs/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kobaltlabs/fastapi/revisions/3ff4c0bd276b/schema)
