In the web UI, for a particular dashboard, under metadata I am interested in the “Run history at log step” information. I’d like to retrieve this using the API.
If I use run.scan_history, I get rows with model scores and the epoch and step, but not the artifact ID.
If I have a public API Artifact, I have the artifact ID and version but not the epoch or step. Artifact
How do I find the run history at log step for a particular artifact? I’ve checked the API code and docs but still can’t figure it out.