---
title: "GET /inbound/v2/feedfiles/{id}"
method: GET
path: "/inbound/v2/feedfiles/{id}"
tags: ["Feed File"]
---

# GET /inbound/v2/feedfiles/{id}

`GET /inbound/v2/feedfiles/{id}`

Provides the summary statistics of a feed file import. This endpoint is only available in Medallia Experience Cloud 2023 Summer Release as an opt-in feature.  Reach out to your Medallia contact to enable this API feature as part of the Early Adopter Program.

## Response `200`

Successfully obtained the feed file statistics

- FeedFileSummary — Summary stats for a feed file
  - `id` string, uuid, required — Feed file identifier.
  - `status` 'QUEUED' | 'PROCESSING' | 'CANCELLED' | 'ERROR' | 'COMPLETED' | 'COMPLETED_PENDING_RESULTS' | 'COMPLETED_RESULTS_READY' | 'COMPLETED_RESULTS_UNAVAILABLE', required — The current feed file status.
  - `stats` object — Information about a processed feed file
    - `records` object — Aggregate record stats
      - `input_count` integer, required — Total input record count
      - `success_count` integer — Success record count
      - `discarded_count` integer — Discarded record count
      - `duplicated_count` integer — Duplicate record count
    - `creation_date` string, date-time, required — Job creation time (if available)
    - `processing_start_date` string, date-time — Processing start time (if available)
    - `processing_end_date` string, date-time — Processing end time (if available)
    - `processing_mode` 'PRETEND' | 'ACTIVE', required — The feed file processing mode used for the job
    - `processing_error_description` string — Processing error description. If available

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Object not found.
- `500` — Internal server error

---

[API](https://skmtc.dev/medallia/apis/import-api.md) · [All operations](https://skmtc.dev/medallia/apis/import-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/medallia/import-api/revisions/bbc021bd9a2d/schema)
