(
q: str = Query("", max_length=200),
limit: int = Query(50, ge=1, le=200),
offset: int = Query(0, ge=0),
_su: User = Depends(require_superuser),
db: AsyncSession = Depends(get_db),
)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected