Skip to main content
GET
Download a completed run's result as a file
Renders a completed run’s stored result as a downloadable file. No export job, no staging bucket — the artifact is rendered on read from the run itself.
The artifact exists exactly as long as the run does — 30 days. Rendering one costs no credits; you already paid for the run. If you need it longer than 30 days, download it. The CSV flattens each field to its value. When you need the provenance for each value — source, URL, timestamp, confidence — read the run body from GET /v1/runs/{run_id} instead, or re-fetch the shortlist. A spreadsheet is a working artifact, not an audit trail.

Path Parameters

run_id
string
required
fmt
enum<string>
required
Available options:
csv,
geojson

Response

Successful Response