Is there anyway to create Bid update History same like Status history in SG

I’m trying to create a graph to track the bid history in SG to check how many time the bid has been updated for a shot. PLease let me know if it is possible. I know we have a option to right click on the “b” and check the history., but what i am looking for is a graphical representation.
Thanks!

Hi @Saneha_S ,
I am not that sure whether the bid history of shots can be displayed as a graph in shotgrid but it is possible to use the shotgun_api3 which is Shotgrid’s Python API to extract EventLogEntries to extract the bid changes for shots for a project and graph out or even display those numbers in a separate desktop(Qt) application

2 Likes