---
title: "Get Component Results"
method: GET
path: "/v1/interviews/{interview_id}/component-results"
tags: ["question-results"]
---

# Get Component Results

`GET /v1/interviews/{interview_id}/component-results`

Deterministic aggregates for interactive component questions.

Reads question_component_answers directly (plain SQL, no graph pipeline):
structured answers aggregate without any coding step. Test-lab
conversations are excluded. Only aggregates leave this endpoint — raw
payloads stay server-side — and report-only anonymity hides the whole
section, matching the other question-results endpoints.

## Path parameters

- `interview_id` string, uuid, required

## Headers

- `X-API-Key` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/ontora/apis/ontora-api.md) · [All operations](https://skmtc.dev/ontora/apis/ontora-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ontora/ontora-api/revisions/7f57037fd94b/schema)
