---
title: "Retrieves the content of a specific file"
method: GET
path: "/Files/{FileId}/Content"
tags: ["Files"]
---

# Retrieves the content of a specific file

`GET /Files/{FileId}/Content`

By passing in the appropriate options, retrieve data for specific file

## Path parameters

- `FileId` string, uuid, required

## Response `200`

returns the byte array of the specific file based on id

## Changes

- **2024-06-18** `bb86098f8245` — 1 breaking
  - added the new required `header` request parameter `xero-tenant-id` to all path's operations
- **2024-05-10** `d599b701a104` — 1 breaking
  - added the new required `header` request parameter `xero-tenant-id` to all path's operations

[Change history](https://skmtc.dev/xeroapi/apis/xero-files-api/changes/Files/:FileId/Content/get.md)

---

[API](https://skmtc.dev/xeroapi/apis/xero-files-api.md) · [All operations](https://skmtc.dev/xeroapi/apis/xero-files-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/xeroapi/xero-files-api/revisions/52cdc688e428/schema)
