groundcheck_get_report
Retrieve a stored evaluation report using its ID. Choose between a concise summary or detailed results for each case.
Instructions
Fetch a previously persisted evaluation report by id.
Args:
report_id: the id returned by groundcheck_run_suite.
response_format: "concise" returns just the summary (scores,
aggregates, worst cases). "detailed" returns every case's full
faithfulness and retrieval results.
Raises an error listing available report ids if `report_id` is unknown.
No model calls -- reads from the local report store.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| report_id | Yes | ||
| response_format | No | concise |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cases | Yes | ||
| summary | Yes | ||
| report_id | No | ||
| created_at | No | ||
| prompt_version | Yes |