Returns full detail for a single roleplay session, including score, rank, duration, and feedback.
Use the include parameter to fetch optional heavy fields like the full conversation
transcript or evaluation criteria with grades. These are omitted by default to keep
responses lean.
API key created in Settings > API.
Format: exec_live_ followed by 40 alphanumeric characters.
The session's unique identifier (UUID)
Comma-separated list of optional sections to include in the response.
Available values: transcript (conversation lines), evaluations (rubric criteria with grades).
"transcript,evaluations"
Session detail
Full roleplay session detail with optional transcript and evaluations.
Unique session identifier
A compact scenario reference for embedding in other responses.
Session score (0-100 scale)
Performance rank based on score
gold, silver, bronze, unranked Session duration in seconds
Whether this session counts as a valid graded attempt. A session is valid when it was completed (not abandoned), received AI grading, and has a score. Use valid attempts for analytics; non-valid sessions may be incomplete or ungraded.
Overall outcome summary from the AI evaluator
What the participant did well
Areas for improvement
Conversation transcript lines, excluding system messages (only included when requested via ?include=transcript)
Evaluation criteria with grades (only included when requested via ?include=evaluations)
When the session was created