---
title: "Get saved mappings for a FileFeed"
method: GET
path: "/v0/file-feeds/{file_feed_id}/saved-mappings"
tags: ["FileFeed Mappings"]
---

# Get saved mappings for a FileFeed

`GET /v0/file-feeds/{file_feed_id}/saved-mappings`

Get the saved mappings for a given FileFeed

## Path parameters

- `file_feed_id` integer, required

## Response `200`

Successful response

- object
  - `mappings` object[]
    - `uploaded_column_name` string
    - `target_column_name` string

## Other responses

- `400` — Bad request
- `422` — Unprocessable Entity — the file feed's pipeline is missing commits or required configuration steps.

---

[API](https://skmtc.net/oneschema/apis/templates.md) · [All operations](https://skmtc.net/oneschema/apis/templates/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oneschema/templates/revisions/40674aa6d4d9/schema)
