cURL
curl --request GET \ --url https://api.example.com/api/dashboards/feedback/chat-details \ --header 'Authorization: Bearer <token>'
{ "chat_type": "<string>", "thumbs_choice": "<string>", "feedback_timestamp": "<string>", "rated_query": "<string>", "rated_llm": "<string>", "rated_answer": "<string>", "contact_name": "<string>", "contact_email": "<string>", "reformulated_question": "<string>", "expected_answer": "<string>", "expected_sources": "<string>", "documents": [ {} ], "follow_up_questions": [], "previous_messages": [], "title": "<string>", "thumbs_choice_reasons": [ "<string>" ], "individual_feedback": "<string>", "answer_quality_rating": 123 }
Bearer token authentication. Format: 'Bearer '
Successful Response
Show child attributes
Was this page helpful?