---
title: "Download Run Artifact As Csv"
method: GET
path: "/api/agent-chat/playground/artifacts/{short_id}/csv"
tags: ["Agent Chat Playground"]
---

# Download Run Artifact As Csv

`GET /api/agent-chat/playground/artifacts/{short_id}/csv`

Download an artifact as CSV (first 1000 rows).

Reuses the same data path as ``GET /artifacts/{short_id}`` — read the
file-backed parquet (or legacy ``data`` JSONB), hydrate ``people``
rows the same way the viewer sees them, then encode as CSV. Markdown
artifacts and other non-tabular formats return 415; the UI hides the
button for them anyway.

## Path parameters

- `short_id` string, required

## Cookies

- `ex_access` string, nullable
- `ex_org` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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