Get Favorite Threads
Get all favorite threads.
Query Parameters
limit?integer
Default
50Range
1 <= value <= 100Response Body
application/json
application/json
curl -X GET "http://127.0.0.1:14242/favorites/threads?limit=50"[
{
"id": "string",
"title": "string",
"source": "string",
"messages": 0,
"date": "string",
"is_favorite": false,
"created_at": "string",
"last_activity": "string"
}
]{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}