---
title: "Retrieve Container File Content"
method: GET
path: "/containers/{container_id}/files/{file_id}/content"
---

# Retrieve Container File Content

`GET /containers/{container_id}/files/{file_id}/content`

Retrieves a container file content.

## Path parameters

- `container_id` string, required
- `file_id` string, required

## Response `200`

Success

## Other responses

- `429` — The request was rejected because a rate limit was exceeded.

## Changes

- **2026-08-14** `6ac2618eefd7` — 1 info
  - added the non-success response with the status `429`
- **2026-05-13** `74cbcf73838f` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/openai/apis/openapi/changes/containers/:container_id/files/:file_id/content/get.md)

---

[API](https://skmtc.dev/openai/apis/openapi.md) · [All operations](https://skmtc.dev/openai/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openai/openapi/revisions/c192db2d72f9/schema)
