Runs
Download Items (CSV)
Stream scraped data as CSV.
GET
/v1/runs/:id/items/csvRequires authentication
Returns a streaming CSV download with column headers derived from the scraped data.
Path parameters
| Name | Type | Description |
|---|---|---|
| idrequired | uuid | Run whose rows should be exported. |
curl -L 'https://api.gluecrawl.ai/v1/runs/RUN_ID/items/csv' \ -H "Authorization: Bearer glue_yourApiKeyHere" \ -o export.csvResponses
text/csv
Response is a CSV stream, not JSON. Use the examples on the right to download the file.