How to get running containers CMD and Entrypoint details using crio-api?

Hi Team,
We are using below API to get container info and stats, etc. We need to get running containers CMD and Entrypoint details using this API but we could not find any info for the same.

https://pkg.go.dev/k8s.io/cri-api@v0.24.0/pkg/apis/runtime/v1alpha2

Could you please help us how to get these details in crio runtime environment.

Thanks,
Sunil

We have a ContainerConfig while doing CreateContainer , how do we get such config data for running containers? How to get the specific container ContainerConfig by cri-api ?