# Export market map `GET` `/api/v1/market-maps/{id}/export` Build a CSV of all accounts in the market map, upload it to S3, and return a pre-signed download URL. Prospect accounts are limited to 100 rows. ## Path parameters | Name | Type | Required | Description | |------|------|----------|-------------| | id | string | yes | UUID of the market map | ## Response `200 OK` — `application/json` | Field | Type | Description | |-------|------|-------------| | download_url | string | Pre-signed S3 URL for the result file | | expires_in | integer | URL expiry in seconds | | stats | object | Result statistics | ## Errors | Status | Description | |--------|-------------| | 400 | Bad Request | | 403 | Forbidden | | 404 | Not Found |