curl --request GET \
--url https://api.example.com/api/feedback/review-queue{
"items": [
{
"conversation_id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"feedback_id": 1,
"rating": -1,
"assistant_message": "<string>",
"assistant_sources": [
{
"namespace": "<string>",
"preview": "<string>",
"source_type": "youtube",
"title": "<string>",
"url": "<string>",
"file_path": "<string>",
"full_text": "<string>",
"rerank_score": 123,
"source_id": "<string>",
"timestamp": 1,
"video_id": "<string>"
}
],
"expected_answer_origin": "library_rag",
"expected_intent": "<string>",
"expected_outcome": "<string>",
"expected_output": "<string>",
"max_rerank_score": 123,
"message_id": 123,
"reason_code": "<string>",
"reviewed_at": "2023-11-07T05:31:56Z",
"reviewer_id": "<string>",
"source_ids": [
"<string>"
],
"span_id": "<string>",
"thread_id": "<string>",
"trace_id": "<string>",
"user_message": "<string>"
}
],
"total": 1
}List feedback rows with context for HITL review and eval curation.
curl --request GET \
--url https://api.example.com/api/feedback/review-queue{
"items": [
{
"conversation_id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"feedback_id": 1,
"rating": -1,
"assistant_message": "<string>",
"assistant_sources": [
{
"namespace": "<string>",
"preview": "<string>",
"source_type": "youtube",
"title": "<string>",
"url": "<string>",
"file_path": "<string>",
"full_text": "<string>",
"rerank_score": 123,
"source_id": "<string>",
"timestamp": 1,
"video_id": "<string>"
}
],
"expected_answer_origin": "library_rag",
"expected_intent": "<string>",
"expected_outcome": "<string>",
"expected_output": "<string>",
"max_rerank_score": 123,
"message_id": 123,
"reason_code": "<string>",
"reviewed_at": "2023-11-07T05:31:56Z",
"reviewer_id": "<string>",
"source_ids": [
"<string>"
],
"span_id": "<string>",
"thread_id": "<string>",
"trace_id": "<string>",
"user_message": "<string>"
}
],
"total": 1
}