Â
We are excited to announce the launch of the Moveworks Data API v1!
The Data API enables you to securely access and integrate Moveworks AI Assistant data with your own analytics ecosystem. This makes it easier than ever to:
- Ingest Moveworks data into your Data Lakes
- Build custom dashboards and reports
- Join Moveworks data with your external systems
What’s included
The Data API provides five REST endpoints that let you access:
- All conversations
- Individual interactions within a conversation
- Plugin calls made by the AI Assistant
- Plugin resources used during those calls
- All users ingested into Moveworks
The API follows a standard OData implementation and returns data in a normalized format, making it easy to build your own metrics using SQL joins and views.
v1beta2 → v1: What’s changing?
If you’ve been using the beta version, the only change is the base URL:
- Old (beta):
/v1beta2/... - New (GA):
/v1/...
âś… We will continue supporting the beta version for now and provide a cutover period to help you transition.
📢 Stay tuned — we’ll share the detailed migration plan soon.
Getting started
- Review the Data API documentation for authentication, endpoints, and sample queries.
- Generate your API credentials from Moveworks Setup. Only superadmins are allowed to create Data API credentials, as it provides access to all user messages and AI Assistant responses
- Connect with your tools of choice — whether it’s a Data Lake, BI tool (Power BI, Tableau), or Python/Postman for direct queries.
Resource list
Â
