Retrieve an Agent Build
Retrieve an Agent Build
Use the following code to retrieve a specific build:
import orbitnode
orbitnode.api_key = "YOUR_API_KEY"
orbitnode.Build.retrieve(id="15d19ca3-26f1-4adb-9cea-3955b73d9b4e")Returns: A Build object containing details of the specified build.
Last updated