Get Conversation Transcript
get_conversation_transcriptRetrieve the complete conversation transcript for a specific test run scenario, including messages, output, and per-turn scores, to inspect and analyze evaluation results.
Instructions
Retrieve the full conversation transcript for a single data point.
Use this after get_test_run_results to drill into a specific
conversation. Provide either scenario_index (1-based, from the
scores summary) or test_id (UUID) to identify the conversation.
Returns the complete message transcript (model_input), final
output (model_result), per-turn check scores (metric_value),
and the scenario seed data.
Args:
test_run_id: The UUID of the test run.
scenario_index: 1-based index of the conversation within
the test run. Visible in get_test_run_results output.
test_id: UUID of the specific data point. Alternative to
scenario_index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| test_id | No | ||
| test_run_id | Yes | ||
| scenario_index | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |