---
title: "Rate Alert AI Assistant response"
method: PUT
path: "/api/v2/AiAssistants/{threadId}/rate"
tags: ["AlertAiAssistant"]
---

# Rate Alert AI Assistant response

`PUT /api/v2/AiAssistants/{threadId}/rate`

Submit feedback for a response in an alert-focused assistant thread.

## Path parameters

- `threadId` string, required

## Headers

- `Authorization` string, required
- `Content-Type` string, required
- `Org-Access` boolean
- `Account-Name` string

## Request body

- AiAssistantsRateSchema
  - `responseId` string, required — A valid GUID for the response within the thread to rate.
  - `rating` string, required — Either the value `positive` or `negative`.
  - `feedback` string — Optional detailed feedback for the rating.

## Response `200`

No Error (AI Assistants rate thread response)

- object
  - `data` AiAssistantsRateResponseSchema
    - `data` unknown

## Other responses

- `4XX` — Client Error
- `5XX` — Internal Server Error

---

[API](https://skmtc.net/lacework/apis/forticnapp-api-2-0-documentation.md) · [All operations](https://skmtc.net/lacework/apis/forticnapp-api-2-0-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lacework/forticnapp-api-2-0-documentation/revisions/7015f76895f2/schema)
