Skip to content

SG Python request

py
import sgtk
engine = sgtk.platform.current_engine()
sg = engine.shotgun()
result = sg.find("<ENTITY>", [["project.Project.id", "is", "<MY_ID>"]], "<FIELD>")