Last updated 6 hours ago
Returns the number of messages loaded and the total number of messages
Data loading progress result
const response = await fetch('/api/v1/landing/data-loading-progress', { method: 'GET', headers: {}, }); const data = await response.json();
[ {} ]