---
title: "Send Result Summary"
method: POST
path: "/v1/interviews/{interview_id}/result-summary/send"
tags: ["interviews"]
---

# Send Result Summary

`POST /v1/interviews/{interview_id}/result-summary/send`

Send the campaign result summary to all opted-in participants.

Generates the participant-facing summary text once (from the latest ready
report's artifacts, in the campaign participant language), stores it on the
Interview, and enqueues one SEND_RESULT_SUMMARY job per pending recipient.

The LLM generation runs between two short sessions so no pooled DB
connection stays pinned for the full model latency.

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