---
title: "Export a single article as CSV"
description: "How to export a single article as CSV using our API"
source: https://apitube.io/cookbook/export-single-article-as-csv
---

#### Input parameters

| Parameter | Description                              | Type   | Required | Example   |
|-----------|------------------------------------------|--------|----------|-----------|
| id         | The ID of the article you want to retrieve | string | Yes     | 314      |
| export      | The format in which you want to export.  | string | No       | csv     |
| api_key     | Your API key                        | string  |         | YOUR_API_KEY |

---

#### Related Examples

- [Export articles to Excel](/cookbook/export-articles-to-excel-format)
- [Get news from Wired and export as XML](/cookbook/get-latest-news-from-wired-and-export-as-xml)
- [Select specific fields](/cookbook/select-specific-fields-to-reduce-payload-size)
- [Comprehensive analytics dashboard](/cookbook/comprehensive-analytics-dashboard-query)
- [Efficient large dataset retrieval](/cookbook/efficient-large-dataset-retrieval-with-field-selection)

