We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
conversations.list()
Enhance the conversations.list() function to support server-side time-based filtering and provide sorting by the most recent messages.
The function fetches all conversations and applies filters like startTime and endTime only after loading, which is not efficient.
startTime
endTime
The text was updated successfully, but these errors were encountered:
see this blog post that outlines why the current behavior is intentional.
Sorry, something went wrong.
No branches or pull requests
Feature Request:
Enhance the
conversations.list()
function to support server-side time-based filtering and provide sorting by the most recent messages.Current Behavior:
The function fetches all conversations and applies filters like
startTime
andendTime
only after loading, which is not efficient.Desired Features:
startTime
andendTime
on the server before fetching to the client.The text was updated successfully, but these errors were encountered: