Export and share evaluation results
Download evaluation results as JSON or, after an organization administrator explicitly enables public links, publish a revocable link for stakeholders.EvalGate lets you export evaluation results as a structured JSON file for offline use, archiving, or CI pipelines. Public links are a separate organization-level capability: they default to disabled and must be enabled by an organization administrator before any customer-authored export, signed report, report card, or public benchmark can be published or read anonymously.
Export a result
1
Open the evaluation detail page
Navigate to the evaluation you want to export from the Evaluations list.
2
Click Export
Select Export in the page header. The export modal opens.
3
Choose download only
Leave “Make this export public as demo” unchecked and click Export. The file downloads immediately to your browser.
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: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.1
Open the Export modal
Click Export on the evaluation detail page.
2
Check 'Make this export public as demo'
Enable the checkbox in the modal. A share ID field appears below it.
3
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.4
Click Export & Publish
EvalGate generates the share link and displays it in the modal.
5
Copy and share the link
The share URL has two forms:
- Web viewer:
https://evalgate.com/demo/{shareId} - API access:
https://evalgate.com/api/demo/{shareId}
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
PUBLIC_SHARING_DISABLED, do not retry automatically. Ask an organization administrator to review the data boundary and opt in, or keep the artifact inside authenticated organization access.
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: