For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Logo
DeveloperAcademyCommunityStatus
  • Getting Started
    • Welcome to Moveworks
    • Roadmap & Release Notes
    • Moveworks Best Practices
    • Labs
    • Professional Services
    • Support
  • AI Assistant
    • AI Assistant Overview
    • Capabilities
    • Web Experiences
    • Analytics & Performance
      • Configure Analytics and Data
      • AI Assistant Insights
      • Customer Satisfaction Survey (CSAT)
      • Data API
        • API Credentials : Generate and Manage Credentials
        • Data API : Integration requirements and capablities
        • Getting started: Build your integration with Data API (Hands-on)
        • Build custom analytics dashboards in BI tools
        • Data API : How to calculate top metrics
        • Data API : Release Notes
        • How to build raw interactions table using Data API
        • V1 Data API : Data Quality checks
        • Data API : Known Gaps and Future roadmap
        • Data API : SQL queries
        • API Release Management
        • Notifications data via API - FAQ
      • Submitting an Analytic Data Request
      • Analytics Support Guide
      • Custom Views & Data governance — “How to?” Guide
      • Governing interactions - Best practices
      • Enterprise search insights
  • Enterprise Search
    • Overview
    • Agentic RAG Overview
    • Content Ingestion Platform
    • Profile Boosting
    • Retrieval
    • Permissions Platform
    • Built-in Content Connectors
    • Build your own Content Connectors
    • Configure Search
    • Configure Enterprise Search
    • Vetted Content
    • Writing AI-Ready KB Articles
    • Document Chunking and Snippetization Overview
  • Productivity Boost
    • Overview
    • Configure Productivity Boost
    • Quick GPT
    • Calendar Management
    • Brief Me
DeveloperAcademyCommunityStatus
On this page
  • What types of data quality checks are in place?
  • What happens if a data quality check fails?
  • Do I need to take any action?
AI AssistantAnalytics & PerformanceData API

V1 Data API : Data Quality checks

||View as Markdown|
Was this page helpful?
Edit this page
Previous

Data API : Known Gaps and Future roadmap

Next
Built with

The Data API V1 includes built-in data quality checks to ensure that incomplete or inaccurate data is never shared. These checks validate the data against multiple criteria, and if any issues are detected, the data is held back until the problem is resolved.


What types of data quality checks are in place?

We use two types of checks to ensure accuracy:

  1. Direct Validation
    Strict rules that make sure critical fields are always populated in the API response. For example:

    • Ensuring the primary ID is always present.
    • Making sure the Actor field is filled in for all interactions in the Interactions API.
  2. Trend-Based Validation
    Checks that look at overall data patterns and highlight unusual deviations. For example:

    • Detecting when a domain is missing for conversations in the Conversations entity.

What happens if a data quality check fails?

  • If a check fails, an internal alert is sent to your Customer Success Manager (CSM) and the Moveworks Engineering team.
  • Our engineering team investigates the root cause, fixes the issue, and ensures the pipeline is corrected.

When this happens:

  • The Data API will stop providing new data starting from the date of the issue.
  • Example: If a check fails on 2025-08-02, then data from 2025-08-01 onward will be held back until the issue is fixed.
    • Disclaimer : If we do not see any issue in the Data for ‘2025-08-03’ we will populate the data for that day
  • Historical data before 2025-08-01 will still be available.

If the issue affects all customers, we’ll post updates on:

  • Moveworks US Status Page
  • Moveworks EU Status Page

If the issue affects only your organization, your CSM will reach out directly to notify you.


Do I need to take any action?

No — there is nothing you need to do. Our engineering team will fix the issue and backfill all missing data.

Once the issue is resolved, the API will include the complete dataset, and all records will appear with the most recent last_updated_time.

  • Example:
    • If a check fails on 2025-08-02 and is fixed on 2025-08-04, then data from 2025-08-01 through 2025-08-04 will be added back on 2025-08-04, with last_updated_time showing 2025-08-04.

✅ Summary: You don’t need to take any action. If a data quality issue occurs, Moveworks will fix it, backfill the missing data, and keep you informed.