Search Threads Full
Full thread search with message matching.
Query Parameters
querystring
Search query
mode?string
Search mode: 'suggestions' or 'full'
Default
"full"limit?integer
Default
20Range
1 <= value <= 500Response Body
application/json
application/json
curl -X GET "http://127.0.0.1:14242/threads/search?query=string&mode=full&limit=20"{
"threads": [
{}
],
"total_found": 0,
"search_metadata": {
"query": "string",
"mode": "string",
"matched_messages_count": 0,
"error": "string"
}
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}