---
title: "Export evaluation results as TSV file"
method: GET
path: "/evaluation/{id}/export_tsv"
---

# Export evaluation results as TSV file

`GET /evaluation/{id}/export_tsv`

Exports comprehensive evaluation results as a Tab-Separated Values (TSV) file with all scored pairs, their scores, reasons, and labels for analysis in spreadsheet applications. All scored pairs data is automatically collected and stored during evaluation.

## Path parameters

- `id` string, required

## Response `200`

Successfully exported evaluation results as TSV

## Other responses

- `400` — Bad request - evaluation results id is required
- `404` — No comprehensive scoring data available for this evaluation
- `500` — Internal server error

## Changes

- **2026-07-13** `f332cf4d71d4` — 1 info
  - endpoint added
- **2025-04-30** `9a3d86c43d3d` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/getplumai/apis/plum-api/changes/evaluation/:id/export_tsv/get.md)

---

[API](https://skmtc.dev/getplumai/apis/plum-api.md) · [All operations](https://skmtc.dev/getplumai/apis/plum-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getplumai/plum-api/revisions/f332cf4d71d4/schema)
