Can I look at a prefect flow run and tell what ima...
# ask-community
j
Can I look at a prefect flow run and tell what image it used in the
KubernetesRun
? The name of the image or ideally its hash?
z
Hey @Jason Prado at the moment this information is only available via the GraphQL API. However, I believe this PR exposes run config information for flow runs in the UI. https://github.com/PrefectHQ/ui/pull/1047. It should be releeased in the next few weeks
j
ah
run_config
in the api is what i was looking for. thanks!
👍 1