Skip to main content

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.
Public links are disabled for new organizations. An organization administrator must enable Public links in Settings → Organization first. Disabling the policy again immediately blocks new publication and makes existing anonymous links unavailable; policy-sensitive responses are not stored in a shared cache.
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}
Copy the web viewer link to share with stakeholders.
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
Share links are public. Anyone with the URL can view the evaluation results and download the full JSON. Do not publish evaluations that contain PII, sensitive business logic, or proprietary test inputs.
If publication returns 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

The qualityScore field in the export payload contains the full scoring breakdown:
The 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.
The POST /api/reports response includes the share token and full share URLs:
Set an expiresInDays value when creating shares for temporary stakeholder reviews. Once expired, the link returns a 404 and the data is no longer accessible via that URL.