---
title: "POST /api/recall-prompts/{recallPrompt}/answer"
method: POST
path: "/api/recall-prompts/{recallPrompt}/answer"
tags: ["recall-prompt-controller"]
---

# POST /api/recall-prompts/{recallPrompt}/answer

`POST /api/recall-prompts/{recallPrompt}/answer`

## Path parameters

- `recallPrompt` integer, required

## Request body

- AnswerDTO
  - `choiceIndex` integer
  - `thinkingTimeMs` integer
  - `awayMs` integer
  - `awayCount` integer
  - `detourMs` integer
  - `detourCount` integer
  - `idleMs` integer

## Response `200`

OK

## Changes

> 145 revisions in range; 61 could not be searched.

- **2026-08-05** `0d5a6f8b42e2` — 1 warning, 2 info
  - removed the optional property `overlap` from the response with the `200` status
  - removed the `CORRECT` enum value from the `answer/outcome` response property for the response status `200`
  - removed the `WRONG` enum value from the `answer/outcome` response property for the response status `200`
- **2026-07-23** `0a1c66c8945f` — 4 info
  - added the optional property `answer/matchedNoteId` to the response with the `200` status
  - added the optional property `answer/outcome` to the response with the `200` status
  - added the optional property `matchedNotes` to the response with the `200` status
  - added the optional property `overlap` to the response with the `200` status
- **2026-07-22** `13f77438750e` — 1 warning, 1 info
  - removed the optional property `recalledNote/ancestorFolders/items/indexContent` from the response with the `200` status
  - added the optional property `recalledNote/ancestorFolders/items/readmeContent` to the response with the `200` status
- …earlier changes not shown

[Full history](https://skmtc.dev/nerds-odd-e/apis/openapi-definition/changes/api/recall-prompts/:recallPrompt/answer/post.md)

---

[API](https://skmtc.dev/nerds-odd-e/apis/openapi-definition.md) · [All operations](https://skmtc.dev/nerds-odd-e/apis/openapi-definition/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nerds-odd-e/openapi-definition/revisions/44ef688a3dcd/schema)
