[GH-ISSUE #2529] [FEAT]: Get workspace chat history by session id #1636

Closed
opened 2026-02-22 18:25:49 -05:00 by yindo · 0 comments
Owner

Originally created by @kabaluyot on GitHub (Oct 24, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/2529

What would you like to see?

When sending workspace chat, we can pass an optional session id but when doing fetch workspace chat history, there is no way to filter by session.

Along this line https://github.com/Mintplex-Labs/anything-llm/blob/79ce26de815b6d91ff2db8ce1a59750c4d6290e0/server/models/workspaceChats.js#L69C26-L69C56, the session id was somehow set to null. Maybe we allow filtering by session id if provided? (optional query param)

Originally created by @kabaluyot on GitHub (Oct 24, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/2529 ### What would you like to see? When sending workspace chat, we can pass an optional `session id` but when doing fetch workspace chat history, there is no way to filter by session. Along this line https://github.com/Mintplex-Labs/anything-llm/blob/79ce26de815b6d91ff2db8ce1a59750c4d6290e0/server/models/workspaceChats.js#L69C26-L69C56, the session id was somehow set to null. Maybe we allow filtering by session id if provided? (optional query param)
yindo added the enhancementfeature request labels 2026-02-22 18:25:49 -05:00
yindo closed this issue 2026-02-22 18:25:49 -05:00
yindo changed title from [FEAT]: Get workspace chat history by `session id` to [GH-ISSUE #2529] [FEAT]: Get workspace chat history by `session id` 2026-06-05 14:41:51 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#1636