Reporting API
live demo
Connect with a reporting API key, pick a user, and explore their sessions and assessments against live Skylar data.
/reportingApi
Step 1
Enter a reporting API key
The key is held in memory for this browser tab only.
It is sent as a bearer token on API requests.
GET /v1/users
Pick a user to explore
These users come straight from the API response on the right. Click one to see their sessions and assessments.
GET /v1/users/{userId}/sessions
Session history
Completed roleplay and real-call sessions for the selected user. Adjust the filters and run the endpoint again to see how they change the response.
GET /v1/users/{userId}/assessments
Assessment history
Scores, criteria, and coaching feedback for the selected user's completed assessments.
POST /v1/users/{userId}/sessions:ingest-and-assess
Ingest a real-call transcript
Creates or reuses a real-call session for this user and queues the first assessment. Use a stable external conversation ID, or fill in sample data to try it out.