Manage events
get
from truefoundry import TrueFoundry client = TrueFoundry( api_key="YOUR_API_KEY", base_url="https://yourhost.com/path/to/api", ) client.get( start_ts="value", end_ts="value", application_id="application_id_value", application_fqn="value", pod_names="value", job_run_name="value", )
Was this page helpful?