---
title: "Post Channel Response"
method: POST
path: "/channel/{query_id}/respond"
---

# Post Channel Response

`POST /channel/{query_id}/respond`

Respond to a channel query.

## Path parameters

- `query_id` string, required

## Request body

- ChannelResponseRequest — Body for POST /channel/{query_id}/respond.
  - `responder_agent` string, required
  - `content` string, required

## Response `201`

Successful Response

- ChannelResponseResponse — Single channel response in API responses.
  - `id` string, required
  - `query_id` string, required
  - `responder_agent` string, required
  - `content` string, required
  - `timestamp` number, required

## Other responses

- `404` — Query not found
- `422` — Validation Error

---

[API](https://skmtc.net/sipyourdrink-ltd/apis/bernstein-task-server.md) · [All operations](https://skmtc.net/sipyourdrink-ltd/apis/bernstein-task-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sipyourdrink-ltd/bernstein-task-server/versions/86f514b4e920/schema)
