# Export feed data Downloads a file containing all the data from the specified feed. Feeds are price recommendation centric and can be enriched with offer or product information. The export format (JSON or CSV) is determined by the request's Accept header. Endpoint: GET /api/2/v/contracts/{contractId}/feeds/{feedId}/export/{fileName} Version: 0.0.7228 Security: BasicAuth, BearerAuth ## Path parameters: - `contractId` (string, required) Unique identifier of the contract Example: "qbcxvb" - `feedId` (string, required) ID of the feed - `fileName` (string, required) fileName ## Response 200 fields (application/json): - `contractId` (string) - `csvDecimalSeparator` (string) - `csvSeparator` (string) - `deltaUrl` (string) - `fields` (array) - `fields.default` (string) - `fields.label` (string) - `fields.name` (string) - `format` (string) - `id` (string) - `lastAccessed` (string) - `lastDeletion` (string) - `url` (string) - `version` (integer)