---
title: "Get Call Analysis Results"
method: GET
path: "/developer/call-analysis/results"
tags: ["Developer", "Developer - Call Analysis"]
---

# Get Call Analysis Results

`GET /developer/call-analysis/results`

Paginated recent calls for the customer joined with their analyses.

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

Successful Response

- CallAnalysisResultsResponse — Paginated recent calls with their analyses, plus the un-analyzed count.
  - `results` CallAnalysisResultRow[], required
    - `call_id` string, uuid, required
    - `start_time` string, date-time, nullable, required
    - `analyzed` boolean, required
    - `analyzed_at` string, date-time, nullable
    - `opted_out_of_ai` boolean, nullable
    - `hung_up_after_intro` boolean, nullable
    - `asked_for_specific_person` boolean, nullable
  - `un_analyzed_count` integer, required

## Other responses

- `422` — Validation Error

---

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