Scan the knowledge base for stale documents
Scan the workspace knowledge base for documents that are out of date — never verified, verified long ago, or failed to ingest — and return a worst-first report the dashboard polls. The header aggregates (stale_count, total_documents, by_reason) are tallied over the full scan; limit pages only the returned per-document verdict rows.
Authorizations
Dashboard JWT token from Clerk
Headers
Sandbox opt-in for Clerk-session-authenticated requests. Set to true to route the call through the test-mode pipeline: no real provider delivery, no credits deducted, response meta.test_mode: true. Ignored for live API keys (dv_live_sk_*) — server-to-server clients must use a test-prefixed key (dv_test_sk_*) to exercise sandbox. Test-prefixed keys unconditionally enable sandbox regardless of this header.
true, false Query Parameters
Page size for the returned per-document verdict rows (1-1000). Defaults to 25. The header aggregates (stale_count, total_documents, by_reason) are always tallied over the full scan.
1 <= x <= 1000