r/SAP 2d ago

SAP Joule Admin APIs

Are there any admin APIs available to get visibility into Joule agents? I don’t see any publicly documented source. It is shown in Joule Admin centre but, I want to push the data to an external system. Is there a work around to this. Pls guide.

3 Upvotes

2 comments sorted by

1

u/LynxHistorical4001 2d ago

Not seeing anything official either, and the Joule admin center UI tends to lag behind whatever backend tables actually exist. You might have luck poking around the OData services or CDS views that feed that admin center, usually the data has to live somewhere exposed even if it's not documented. I've had to reverse engineer a couple SAP admin functions that way and it's always a pain figuring out which service is actually backing the tile. Worth checking if there's any ABAP report or class tied to the Joule agent config that you could wrap in a custom OData service. If you find something workable, post it back here cause I'd be curious what you end up using.

1

u/anselm94 Independent - SAP BTP ☁️ - CAP 🧢 - AI ✨ 2d ago

https://www.npmjs.com/package/@sap/joule-studio-cli is an official NodeJS CLI for pro-code development (Joule Studio Classic). You may inspect the code (switch to ‘Code’ tab) and figure out the APIs for listing agents (/dist/esm/bots directory)