[GH-ISSUE #864] [FEAT]: Workspace Chat API Export starting at chat ID #512

Closed
opened 2026-02-22 18:19:51 -05:00 by yindo · 1 comment
Owner

Originally created by @mark3apps on GitHub (Mar 5, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/864

What would you like to see?

Love that you guys added in the API export option for Workspace Chats but the current implementation makes it difficult to pull chats say every day because the page index field given now isn't a field that I'm able to reliably ensure I get only the new chats since my last export. Since Chat's always iterate up by 1, using that as the option to filter chats would be perfect. So on my first export I would set the ID to 1 and I'd get all chats, with the ID 1 and higher, the next day, I'd do say 52, and it'd give me all chats with the id 52 and higher. Since I'll know that 51 was the highest chat from the previous day.

As a bonus, it'd be cool to be able to filter by Workspace as well but that's just a nice extra.

Originally created by @mark3apps on GitHub (Mar 5, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/864 ### What would you like to see? Love that you guys added in the API export option for Workspace Chats but the current implementation makes it difficult to pull chats say every day because the page `index` field given now isn't a field that I'm able to reliably ensure I get only the new chats since my last export. Since Chat's always iterate up by 1, using that as the option to filter chats would be perfect. So on my first export I would set the ID to 1 and I'd get all chats, with the ID 1 and higher, the next day, I'd do say 52, and it'd give me all chats with the id 52 and higher. Since I'll know that 51 was the highest chat from the previous day. As a bonus, it'd be cool to be able to filter by Workspace as well but that's just a nice extra.
yindo added the enhancementfeature request labels 2026-02-22 18:19:51 -05:00
yindo closed this issue 2026-02-22 18:19:51 -05:00
Author
Owner

@timothycarambat commented on GitHub (Aug 5, 2025):

moved to #4245

@timothycarambat commented on GitHub (Aug 5, 2025): moved to #4245
yindo changed title from [FEAT]: Workspace Chat API Export starting at chat ID to [GH-ISSUE #864] [FEAT]: Workspace Chat API Export starting at chat ID 2026-06-05 14:35:42 -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#512