the pool's pgp_num?

How to view the value of the pool’s pgp_num?

ceph osd pool get {pool-name} {key}. {key}=pgp_num. See the ceph documentation for details: https://docs.ceph.com/en/latest/rados/operations/pools/?highlight=pgp_num#get-pool-values.

Thanks!