answer
: full content of answer, including content of Markdown formattype
: question type, refer 4 Ways to Make Queries:source_info
: source information of answer, same with POST /questions
curl --location --request GET 'https://dev.your-api-server.com/questions/'
{
"question": "string",
"answer": "string",
"created_at": 0,
"type": "select",
"source_info": [
null
],
"search_entire_doc": true,
"detailed_citation": true,
"id": 0,
"model_type": "gpt-3.5-turbo"
}