Overview
Introduction
Moveo.AI provides a GraphQL API to extract useful data collected from your end users.
Deprecated queries
Some older queries have been deprecated and replaced with improved versions. Please check the Deprecated queries page to ensure you're using the latest API functions.
Endpoint URLs
The endpoint URL for the API is https://logs.moveo.ai/v1/graphql.
Authentication
To authenticate the request, use your Analytics API key and the account ID for which the API key is generated.
Authorization: apikey <YOUR_API_KEY>
X-Moveo-Account-Id: <YOUR_ACCOUNT_ID>
Check this section to learn how to create an API key.
Altair
Use a tool such as Altair, a Google Chrome add-on, to quickly experiment with GraphQL queries to Moveo.AI.
Queries
Session analytics
Sessions preview: returns information about each session.Session content: returns the content (whole history of messages) for a specific session.Sessions count: returns the number of sessions.Open/closed sessions per interval: returns the number of open and closed sessions per interval.Sessions per channel: returns the number of sessions per channel.
User analytics
Users counts: returns the number of users.Monthly active users: returns the number of monthly active users.
Message analytics
Requests counts per hour: returns the average number of messages for every hour of the day in a week.Meaningful sessions by hour: returns the number of meaningful sessions per hour.
Performance metrics
Response times: returns overall response time metrics.Agents performance: returns agent-related performance metrics.System insights performance: returns system insights performance metrics.
AI agent analytics
Counts per AI agent: returns the number of sessions, messages, and users per AI Agent.AI agents performance: returns the performance of one or more AI Agents.
Rating & feedback analytics
Daily ratings: returns daily ratings metrics.Ratings and feedback: returns the ratings and feedbacks.