Skip to main content
CORE API UPDATE

Sort conversation messages by created date

  • February 22, 2024
  • 0 replies
  • 92 views

kap
Forum|alt.badge.img

You can now sort messages returned by the List conversation messages endpoint by their creation date.

The endpoint now includes the query parameters sort_by and sort_order. Set sort_by to created_at, and then specify whether you want the sort_order to return messages as asc (oldest first) or desc (newest first) results.