Documentation Index
Fetch the complete documentation index at: https://evalgate.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Export and share evaluation results
Download evaluation results as JSON or publish a public demo link for stakeholders — no Evalgate account required for link viewers.Evalgate lets you export evaluation results as a structured JSON file for offline use, archiving, or CI pipelines, and optionally publish them as a public demo link that anyone can view without signing in. Both flows start from the same Export button on the evaluation detail page.
Export a result
Open the evaluation detail page
Navigate to the evaluation you want to export from the Evaluations list.
Export file format
The downloaded file is a JSON document containing the full evaluation record, summary statistics, quality score, and all test results.Filename format
Evalgate names export files using the evaluation type, category, slugged name, and a Unix timestamp:| Evaluation type | Example filename |
|---|---|
| Unit test | unit_test-adversarial-chatbot-safety-1731360000.json |
| Human eval | human_eval-legal-qa-evaluation-1731360000.json |
| Model eval | model_eval-ragas-rag-system-1731360000.json |
| A/B test | ab_test-prompt-optimization-1731360000.json |
Publish as a public demo
Publishing creates a shareable URL that anyone can open in a browser without signing in. Use this to share results with stakeholders, showcase evaluation quality, or create a portfolio of AI system benchmarks.Check 'Make this export public as demo'
Enable the checkbox in the modal. A share ID field appears below it.
Set a custom share ID (optional)
Enter a memorable ID such as
chatbot-safety-demo or q4-benchmark. If you leave it blank, Evalgate generates a random token.Custom share IDs must be 3–50 characters and may contain lowercase letters, numbers, hyphens, and underscores.What share link viewers see
When someone opens your share link, they see the full evaluation results without needing a Evalgate account:- Evaluation name, type, and category
- Creation timestamp and test case count
- Pass/fail summary with pass rate
- Quality score card (overall score, grade, per-metric breakdown)
- Up to 10 individual test results
- Download button to get the full JSON export
- Copy button to copy the share link
Quality score JSON shape
ThequalityScore field in the export payload contains the full scoring breakdown:
overall field is a 0–100 score. grade maps to a letter grade (A–F). metrics, insights, and recommendations vary by evaluation type and judge configuration.
Export via API
You can also export programmatically using the REST API.POST /api/reports response includes the share token and full share URLs: