You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: