Discover Conversations
Discover conversation files from AI coding assistants.
Scans file system for conversation files from Claude Code, Codex, and Cursor.
Query Parameters
source?string|null
Filter by source: claude, codex, cursor, or None for all
Response Body
application/json
application/json
curl -X GET "http://127.0.0.1:14242/threads/conversations/discover"{
"conversations": {
"property1": [
{}
],
"property2": [
{}
]
}
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}