Skip to main content
GET
/
ai
/
votes
/
list
List votes
curl --request GET \
  --url https://api.getcargo.io/v1/ai/votes/list \
  --header 'Authorization: Bearer <token>'
{
  "votes": [
    {
      "workspaceUuid": "<string>",
      "userUuid": "<string>",
      "chatUuid": "<string>",
      "messageUuid": "<string>",
      "isUpvoted": true,
      "updatedAt": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

chatUuid
string
required

Chat identifier.

Response

Successful response

votes
Votes · object[]
required

List of votes.