Accessing Jedox Logs via API – A Simple Guide
When working with Jedox Integrator, logs are your best friend for troubleshooting and monitoring. But did you know you can access these logs programmatically using the Jedox Logs API? This is super useful if you want to automate log checks, integrate them into external monitoring tools, or simply avoid clicking through the UI every time.
In this post, I’ll show you how to:
Understand the Logs API endpoints
Access log data using REST calls
Use filters to get exactly what you need
Step 1: Why Use the Logs API?
Normally, you check logs in Cloud Console→Server Logs. But if you’re building automated workflows or need logs for external dashboards, the API is the way to go. It gives you:
Direct access to log entries (Integrator jobs, system events, etc.)
Ability to filter by date, level, or component
Integration with tools like Power BI, Databricks, or custom scripts
Step 2: The API Endpoint
The base endpoint is:
GET /https://logs.${Instance}.cloud.jedox.com/logs
Step 3: Authentication
You’ll need your Token, which can be found in Cloud Console Settings. Add...

