---
title: "Post Question Result Aggregate"
method: POST
path: "/v1/interviews/{interview_id}/question-results/aggregate"
tags: ["question-results"]
---

# Post Question Result Aggregate

`POST /v1/interviews/{interview_id}/question-results/aggregate`

## Path parameters

- `interview_id` string, uuid, required

## Headers

- `X-API-Key` string, nullable

## Request body

- AggregateQuestionRequest
  - `question_id` string, uuid, required
  - `filters` QuestionResultFilter[]
    - `question_id` string, uuid, nullable
    - `category_key` string, nullable
    - `category_keys` string[]
    - `field` string, nullable
    - `value` string, nullable
    - `values` string[]
  - `limit` integer

## Response `200`

Successful Response

- object

## 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)
