curl --request GET \
--url https://api.example.com/api/conversations/{conversation_id}{
"created_at": "2023-11-07T05:31:56Z",
"id": "<string>",
"messages": [
{
"content": "<string>",
"role": "user",
"timestamp": "2023-11-07T05:31:56Z",
"answer_origin": "library_rag",
"feedback": 123,
"llm_ms": 123,
"max_rerank_score": 123,
"message_id": 123,
"model_name": "<string>",
"provenance_note": "<string>",
"provider": "<string>",
"question_type": "content",
"rerank_ms": 123,
"response_time_ms": 123,
"search_ms": 123,
"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>"
}
],
"suggested_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>"
}
]
}
],
"title": "<string>",
"updated_at": "2023-11-07T05:31:56Z"
}Get a full conversation with messages.
curl --request GET \
--url https://api.example.com/api/conversations/{conversation_id}{
"created_at": "2023-11-07T05:31:56Z",
"id": "<string>",
"messages": [
{
"content": "<string>",
"role": "user",
"timestamp": "2023-11-07T05:31:56Z",
"answer_origin": "library_rag",
"feedback": 123,
"llm_ms": 123,
"max_rerank_score": 123,
"message_id": 123,
"model_name": "<string>",
"provenance_note": "<string>",
"provider": "<string>",
"question_type": "content",
"rerank_ms": 123,
"response_time_ms": 123,
"search_ms": 123,
"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>"
}
],
"suggested_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>"
}
]
}
],
"title": "<string>",
"updated_at": "2023-11-07T05:31:56Z"
}