---
title: "Reply to agent question"
method: POST
path: "/agent/v2/chat/{id}/question/{requestID}/reply"
tags: ["Agents"]
---

# Reply to agent question

`POST /agent/v2/chat/{id}/question/{requestID}/reply`

Answers a pending OpenCode question for the Daytona-backed chat session and resumes or recovers the runtime if needed.

## Path parameters

- `id` string, required
- `requestID` string, required

## Request body

- object
  - `answers` array[], required — Answer selections for each prompt element in the pending question
    - string[]

## Response `200`

Question answered successfully

## Other responses

- `400` — Question reply payload is invalid
- `401` — Invalid API key
- `403` — No agent access or non-API-key auth
- `404` — Chat not found

## Changes

- **2026-03-27** `220d723a75ba` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/casemark/apis/case-dev-api/changes/agent/v2/chat/:id/question/:requestID/reply/post.md)

---

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