# Find feed by ID A feed can contain offer-related information such as price recommendations. Feeds can be configured to match individual demands. Endpoint: GET /api/2/v/contracts/{contractId}/feeds/{feedId} 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 ## 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)