How To
Programmatically Fetching Logged Data
Fetch logged data programmatically in Galileo Observe with step-by-step instructions for seamless integration into automated workflows and analysis tools.
If you want to fetch your logged data and metrics programmatically, you can do so via our Typescript and Python clients or via our REST APIs:
First, npm install @rungalileo/observe
Then add the following to your project:
You can use this with getLoggedData
to retrieve the raw data.
Was this page helpful?