How To
Programmatically Fetching Logged Data
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?