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

# Reply to agent question

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

Answers a pending runtime question for the chat session bound to this agent chat.

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

---

[API](https://skmtc.net/casemark/apis/case-dev-api.md) · [All operations](https://skmtc.net/casemark/apis/case-dev-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/casemark/case-dev-api/versions/5b7e64e6d6f9/schema)
