---
title: "Answer question batch"
method: POST
path: "/workspaces/{id}/questions/answer"
tags: ["questions"]
---

# Answer question batch

`POST /workspaces/{id}/questions/answer`

## Path parameters

- `id` string, required

## Request body

- ProtoQuestionAnswer
  - `batch_request_id` string
  - `responses` ProtoQuestionResponse[]
    - `fill_in_text` string
    - `notes` object
    - `request_id` string
    - `selected_ids` string[]
    - `yes` boolean

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/charmbracelet/apis/crush-api.md) · [All operations](https://skmtc.dev/charmbracelet/apis/crush-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/charmbracelet/crush-api/revisions/81bee9ef86c6/schema)
