---
title: "S3-compatible GetObject"
method: GET
path: "/bedrock/files/{bucket}/{key}"
tags: ["Bedrock Integration"]
---

# S3-compatible GetObject

`GET /bedrock/files/{bucket}/{key}`

Retrieves raw object bytes from the Bifrost file store.

## Path parameters

- `bucket` string, required
- `key` string, required

## Headers

- `x-model-provider` string

## Response `200`

Raw object content.

## Other responses

- `404` — Object not found (S3 XML error).

---

[API](https://skmtc.net/getbifrost/apis/bifrost-api.md) · [All operations](https://skmtc.net/getbifrost/apis/bifrost-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbifrost/bifrost-api/versions/f8cab88f64ea/schema)
