---
title: "Gets a list of Files"
method: GET
path: "/files"
tags: ["Files"]
---

# Gets a list of Files

`GET /files`

## Headers

- `X-Request-Id` string

## Response `200`

A list of File objects

- File[]
  - `id` string — File ID
  - `fedWireMessage` FedWireMessage[], required — unresolved $ref

## Changes

- **2019-05-03** `a91925900624` — 7 breaking, 54 warning
  - removed the required property `items/fedWireMessage/items/amount` from the response with the `200` status
  - removed the required property `items/fedWireMessage/items/businessFunctionCode` from the response with the `200` status
  - removed the required property `items/fedWireMessage/items/inputMessageAccountabilityData` from the response with the `200` status
  - removed the required property `items/fedWireMessage/items/receiverDepositoryInstitution` from the response with the `200` status
  - …57 more
- **2019-04-10** `6784c486947d` — 2 warning, 2 info
  - removed the optional property `items/fedWireMessage/items/remittanceBeneficiary/dateAndBirthPlace` from the response with the `200` status
  - removed the optional property `items/fedWireMessage/items/remittanceOriginator/dateAndBirthPlace` from the response with the `200` status
  - added the optional property `items/fedWireMessage/items/remittanceBeneficiary/dateBirthPlace` to the response with the `200` status
  - added the optional property `items/fedWireMessage/items/remittanceOriginator/dateBirthPlace` to the response with the `200` status
- **2019-04-04** `a11542a76c75` — 1 info
  - added the optional property `items/fedWireMessage/items/remittanceOriginator/countryOfResidence` to the response with the `200` status
- …earlier changes not shown

[Full history](https://skmtc.dev/moov-io/apis/wire-api/changes/files/get.md)

---

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