# Export businesses as CSV (Admin)

Export all businesses to CSV format with optional date filtering.

Endpoint: GET /businesses/export/csv
Version: 2.0.53
Security: projectKey, authJWT

## Query parameters:

  - `dateFrom` (string)
    Filter by creation date (from)

  - `dateTo` (string)
    Filter by creation date (to)

