Problem
The list conversations API endpoint sorts results by updated_at but doesn't expose this field in the response, making it impossible to determine conversation recency programmatically.
Request
Include the updated_at field in the list conversations API response.
Please do! The list is ordered by updated_at, but the field is not exposed. :-(