Skip to Main Content
Status Future consideration
Created by Caleb Bergman
Created on Feb 2, 2021

Support batch requests in the Team Messaging REST API

Currently chat posts have to be fetched for each conversation. This takes a lot of time, and becomes even slower when behind a request queue to avoid rate-limiting issues.

Please add support for batch requests for GetPosts, as well as any other endpoints that make sense to do so.