Hello ClickUp Team,
Our organization handles documents with significant data volume. Due to the large content size, we frequently encounter timeouts (500 Internal Server Error with "context deadline exceeded") when calling the GetDocPages API.
To mitigate this, we have switched to using the GetDocPageListings API as an alternative. However, our internal workflow strictly requires the updatedAt timestamp for each page.
Currently, this creates a significant inefficiency in our process:
We first call GetDocPageListings.
Then, we must call the GetPage API individually for every single item just to retrieve the updatedAt field.
Therefore, we kindly request that the updatedAt field be added to the GetDocPageListings API response. This enhancement would greatly improve our workflow performance and reduce unnecessary API overhead.
Thank you for your support.