POST
/
{workspaceId}
/
{agentId}
/
message
/
feedback
Enviar feedback
curl --request POST \
  --url https://chat.meuassistente.rdstationmentoria.com.br/rest/{workspaceId}/{agentId}/message/feedback \
  --header 'Content-Type: application/json' \
  --data '{
  "id": "<string>",
  "feedback": null
}'
{
  "id": "<string>",
  "conversationId": "<string>",
  "role": "system",
  "name": null,
  "content": null,
  "toolCallId": null,
  "toolCalls": null,
  "metadata": {},
  "feedback": null,
  "usage": {
    "promptTokens": 123,
    "completionTokens": 123,
    "cachedTokens": 123
  },
  "attachments": [],
  "createdAt": "2025-07-21T17:52:50.135Z",
  "updatedAt": "2025-07-21T17:52:50.135Z"
}

Path Parameters

agentId
string
required

Identificador do assistente

workspaceId
string
required

Identificador único do workspace

Body

application/json

Response

200
application/json

Successful response

The response is of type object.