get http://localhost:3000/v0.1/namespaces//queries/
Responses
500Internal server error
500Internal server error
xxxxxxxxxx
curl --request GET \
--url http://localhost:3000/v0.1/namespaces/namespaceId/queries/queryId \
--header 'accept: application/json'
xxxxxxxxxx
16{
"id": "string",
"namespace": "string",
"query": "string",
"results": [
{
"id": "string",
"score": 0,
"text": "string",
"pageNumber": 0,
"pageContent": "string",
"isHelpful": true
}
],
"isHelpful": true
}