API ReferenceThreads
List Threads
List threads with filtering and pagination.
Query Parameters
limit?Limit
offset?Offset
source?string|null
space_id?|
Optional isolation space to list
Response Body
application/json
application/json
curl -X GET "https://example.com/threads"{ "threads": [ { "id": "string", "title": "string", "summary": "", "source": "string", "messages": 0, "date": "string", "is_favorite": false, "space_id": "default" } ], "pagination": { "limit": 0, "offset": 0, "total": 0, "has_more": true }}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}