---
title: "Gets file content by ID"
method: GET
path: "/files/{id}/content"
tags: ["Files"]
---

# Gets file content by ID

`GET /files/{id}/content`

Allows the caller to download the contents of the file associated with File resource. You must supply the unique identifier of the file.

## Path parameters

- `id` string, required

## Response `200`

OK.

- FileContent
  - `id` string — The unique identifier of the file.
  - `fileName` string — The name of the file.

## Other responses

- `404` — 404 Not Found

---

[API](https://skmtc.net/digitalriver/apis/digital-river-api-reference.md) · [All operations](https://skmtc.net/digitalriver/apis/digital-river-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/digitalriver/digital-river-api-reference/revisions/f21981db32be/schema)
