Anonymous Chat Feedbacks
Operations Summary
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/anonymous-chat-feedbacks/ |
List Anonymous Chat Feedbacks |
| GET | /api/anonymous-chat-feedbacks/{interaction_uuid}/ |
Retrieve |
List Anonymous Chat Feedbacks
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 11 | |
- Model Source:
AnonymousChatFeedbackOEnum - API Source:
anonymous_chat_feedbacks_list
1 2 3 4 5 6 7 8 9 10 | |
| Name | Type | Description |
|---|---|---|
category |
string | |
has_comment |
boolean | |
o |
array | Ordering |
page |
integer | A page number within the paginated result set. |
page_size |
integer | Number of results to return per page. |
score |
integer | |
submitted_from |
string (date) | |
submitted_to |
string (date) |
200 -
The response body is an array of objects, where each object has the following structure:
| Field | Type | Description |
|---|---|---|
interaction_uuid |
string (uuid) | |
score |
integer | |
comment |
string | |
category |
any | |
submitted_from_ip |
any | An IPv4 or IPv6 address. |
submitted_at |
string (date-time) | |
llm_resolution_score |
integer | |
llm_intent_category |
string | |
llm_hallucination_detected |
boolean | |
llm_hallucination_details |
string | |
llm_summary |
string | |
llm_reviewed_at |
string (date-time) | |
llm_judge_input_tokens |
integer | |
llm_judge_output_tokens |
integer | |
llm_judge_model |
string | |
modified_at |
string (date-time) |
Retrieve
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 11 12 | |
- API Source:
anonymous_chat_feedbacks_retrieve
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
| Name | Type | Required |
|---|---|---|
interaction_uuid |
string (uuid) | ✓ |
200 -
| Field | Type | Description |
|---|---|---|
interaction_uuid |
string (uuid) | |
score |
integer | |
comment |
string | |
category |
any | |
submitted_from_ip |
any | An IPv4 or IPv6 address. |
submitted_at |
string (date-time) | |
llm_resolution_score |
integer | |
llm_intent_category |
string | |
llm_hallucination_detected |
boolean | |
llm_hallucination_details |
string | |
llm_summary |
string | |
llm_reviewed_at |
string (date-time) | |
llm_judge_input_tokens |
integer | |
llm_judge_output_tokens |
integer | |
llm_judge_model |
string | |
modified_at |
string (date-time) |