---
title: "Export a Citedy warm-lead report"
method: GET
path: "/api/agent/citedy-warm-lead/{runId}/export"
tags: ["Warm Leads"]
---

# Export a Citedy warm-lead report

`GET /api/agent/citedy-warm-lead/{runId}/export`

Downloads an export projection of the canonical JSON result. Supported formats: JSON, CSV, and Excel .xlsx.

## Path parameters

- `runId` string, uuid, required

## Query parameters

- `format` 'json' | 'csv' | 'xlsx'

## Response `200`

Warm-lead export file

- object — Canonical warm-lead JSON result object.

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Not found
- `409` — Conflict
- `429` — Rate limit exceeded
- `500` — Internal server error

## Changes

- **2026-06-08** `ac142d51dc87` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/citedy/apis/citedy-agent-api/changes/api/agent/citedy-warm-lead/:runId/export/get.md)

---

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