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>"
}
]
}List all 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>"
}
]
}Was this page helpful?