---
title: "Get AI impact metrics (marketing-friendly numbers derived from real data)"
method: GET
path: "/Metrics/ai-impact"
tags: ["Metrics"]
---

# Get AI impact metrics (marketing-friendly numbers derived from real data)

`GET /Metrics/ai-impact`

## Query parameters

- `period` string

## Response `200`

OK

- BusinessMetricsResponseDtoOfAiImpactMetricsDto
  - `success` boolean
  - `data` AiImpactMetricsDto
    - `period` string
    - `rawCounts` AiRawCountsDto — Real counts from database
      - `soapNotesGenerated` union
        - integer
        - string, int32
      - `dischargeDocsGenerated` union
        - integer
        - string, int32
      - `intentInteractions` union
        - integer
        - string, int32
      - `automationRuns` union
        - integer
        - string, int32
      - `agentMessages` union
        - integer
        - string, int32
    - `derivedMetrics` AiDerivedMetricsDto — Derived marketing metrics (calculated from raw counts)
      - `estimatedWordsGenerated` union — Estimated words generated: SOAP×450 + Discharge×800 + Intent response chars/5
        - integer
        - string, int32
      - `estimatedMinutesSaved` union — Estimated minutes saved using conservative estimates: SOAP×8 + Discharge×15 + Intent×0.5 + Automation×2
        - integer
        - string, int32
      - `totalAiTasks` union — Total AI tasks: Sum of all operations
        - integer
        - string, int32
      - `documentsDrafted` union — Documents drafted: SOAP + Discharge
        - integer
        - string, int32
      - `fteEquivalent` union — FTE equivalent based on time saved (assuming 8hr workday)
        - number, double
        - string, double
      - `laborValueSaved` union — Estimated labor value saved (FTE × avg hourly rate × hours)
        - number, double
        - string, double
    - `byFeature` AiFeatureBreakdownDto[] — Breakdown by AI feature
      - `feature` string
      - `count` union
        - integer
        - string, int32
      - `timeSavedMinutes` union
        - integer
        - string, int32
    - `quality` AiQualityMetricsDto — Quality and success metrics
      - `overallSuccessRate` union — Weighted success rate across all features
        - number, double
        - string, double
      - `intentCompletionRate` union — Intent completion rate (completed / total)
        - number, double
        - string, double
      - `avgIntentResponseTimeMs` union — Average intent response time in milliseconds
        - integer
        - string, int32
  - `error` string, nullable
  - `message` string, nullable

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1.md) · [All operations](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clinicos/pawthosx-business-api-v1/revisions/a905bde4e796/schema)
