Overview
Introduction
Moveo.AI exposes a GraphQL API to allow the extraction of useful data collected from your end users.
Endpoint URLs
The endpoint URL for the API is https://logs.moveo.ai/v1/graphql
Authentication
You authenticate to the API by using your API key as well as the account id for which this API key is generated.
- In the headers set:
Authorization: apikey <YOUR_API_KEY>
X-Moveo-Account-Id: <YOUR_ACCOUNT_ID>
You can contact us at support@moveo.ai
to get an API key for your account
Altair
You can use a tool such as Altair, which is a Google Chrome Add-on, to quickly help you experiment GraphQL queries to Moveo.AI.
Queries
SessionsPreviewV2
: returns information about each sessionsSessionContentV2
: returns the content (whole history of messages) for a specific sessionLogsSessionsIntervalV2
: returns the number of sessions per interval (i.e per day)UsersIntervalV2
: returns the number of users per intervalLogRequestsIntervalV2
: returns the number of received messages per intervalSessions Counts
: returns the number of sessionsRequests Counts
: returns the number of user messagesCounts Per Brain
: returns the number of sessions, messages and users per BrainTopIntentsV2
: returns the most commonly used IntentsMessagesPerHourV2
: returns the average number of messages for every hour of the day in a weekAgentsPerformance
: returns agent related performance metricsResponseTimesInterval
: returns response times related metrics per intervalResponseTimes
: returns response times related metrics overallOpenClosedSessionsInterval
: returns the number of open and closed sessions per intervalAgentRepliesInterval
: returns the number of agent replies per intervalBrain Session Duration
: returns the average duration of all, (non) contained and (non) covered Brain sessionsBrain Session Number Messages
: returns the average number of messages of all, (non) contained and (non) covered Brain sessionsBrain Session Message Distribution
: returns the the distribution of Brain sessions with a specific number of user messagesBrains Performance
: returns the performance of one or more BrainsRatingsInterval
: returns ratings related metrics per intervalRatingsFeedbacks
: returns the ratings and feedbacks