Get archived notifications for the current user
Optional
Pagination options (page, limit)
Paginated archived notifications
401 - Not authenticated
import { getArchivedNotifications } from "@cpod/sdk";const response = await getArchivedNotifications({ page: 1, limit: 50 });console.log(`${response.total} archived notifications`); Copy
import { getArchivedNotifications } from "@cpod/sdk";const response = await getArchivedNotifications({ page: 1, limit: 50 });console.log(`${response.total} archived notifications`);
Get archived notifications for the current user