---
title: "Submit feedback"
method: POST
path: "/feedback"
---

# Submit feedback

`POST /feedback`

Submits feedback or bug report.

## Request body

- FeedbackRequest — User-submitted feedback or bug report.
  - `message` string, required — Feedback message from the user.
  - `source` string, required — Source of the feedback request (e.g. `cli`, `mcp`).
  - `version` string, required — Version of the client submitting the feedback.
  - `os` string, required — Operating system of the client submitting the feedback.

## Response `200`

Success

- StatusResponse — Generic success response.
  - `status` string, required — Status string (e.g. `success`).

## Other responses

- `default` — Error response

---

[API](https://skmtc.net/timescale/apis/ghost-api.md) · [All operations](https://skmtc.net/timescale/apis/ghost-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/timescale/ghost-api/versions/808022f897be/schema)
