Nowledge Mem APIThreads
List Threads
List threads with filtering and pagination.
Query Parameters
limit?integer
Default
20Range
1 <= value <= 1000offset?integer
Default
0Range
0 <= valuesource?string|null
Response Body
application/json
application/json
curl -X GET "http://127.0.0.1:14242/threads?limit=20&offset=0&source=string"{
"threads": [
{
"id": "string",
"title": "string",
"source": "string",
"messages": 0,
"date": "string",
"is_favorite": false
}
],
"pagination": {
"limit": 0,
"offset": 0,
"total": 0,
"has_more": true
}
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}