Review the template moderation queue
List agent templates in one moderation state — the platform-owner review queue for tenant-published submissions. Defaults to status=pending (oldest first so submissions don’t starve); pass status=approved to find a live template’s slug for the takedown flow, or status=rejected for the pulled/declined history. Unlike the public gallery, entries include the review-history columns (submitter tenant, moderation notes, reviewer, reviewed_at). Platform super-admin only; the route-layer owner gate is defense-in-depth.
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 Response
Successful response.