Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT]: Workspace Chat API Export starting at chat ID #864

Open
mark3apps opened this issue Mar 5, 2024 · 0 comments
Open

[FEAT]: Workspace Chat API Export starting at chat ID #864

mark3apps opened this issue Mar 5, 2024 · 0 comments
Labels
enhancement New feature or request feature request

Comments

@mark3apps
Copy link

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.

@mark3apps mark3apps added enhancement New feature or request feature request labels Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature request
Projects
None yet
Development

No branches or pull requests

1 participant