---
title: "Create feedback"
method: POST
path: "/v1/Assistants/{id}/Feedbacks"
---

# Create feedback

`POST /v1/Assistants/{id}/Feedbacks`

Create feedback

## Path parameters

- `id` string, required

## Request body

- AssistantsV1ServiceCreateFeedbackRequest
  - `message_id` string — The message ID.
  - `score` number, float — The score to be given(0-1).
  - `session_id` string, required — The Session ID.
  - `text` string — The text to be given as feedback.

## Response `201`

Created

- AssistantsV1ServiceFeedback
  - `assistant_id` string, required — The Assistant ID.
  - `id` string, required — The Feedback ID.
  - `account_sid` string — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Feedback.
  - `user_sid` string — The SID of the User created the Feedback.
  - `message_id` string, required — The Message ID.
  - `score` number, float, required — The Score to provide as Feedback (0-1)
  - `session_id` string, required — The Session ID.
  - `text` string, required — The text to be given as feedback.
  - `date_created` string, date-time, required — The date and time in GMT when the Feedback was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
  - `date_updated` string, date-time, required — The date and time in GMT when the Feedback was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.

---

[API](https://skmtc.net/twilio/apis/assistants-v1.md) · [All operations](https://skmtc.net/twilio/apis/assistants-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/assistants-v1/revisions/c5ec7f024ee9/schema)
