---
title: "List Encrypted Log Chunks"
method: GET
path: "/encrypted_logs/{chute_id}/sessions/{instance_id}/chunks"
tags: ["Encrypted Logs"]
---

# List Encrypted Log Chunks

`GET /encrypted_logs/{chute_id}/sessions/{instance_id}/chunks`

Fetch encrypted log chunks for a specific instance (owner only).

Returns a list of base64-encoded encrypted chunks. The client must
use the ephemeral_pubkey from the session metadata + their private
key to ECDH-decrypt each chunk.

## Path parameters

- `chute_id` string, required
- `instance_id` string, required

## Headers

- `X-Chutes-Hotkey` string, nullable
- `X-Chutes-Signature` string, nullable
- `X-Chutes-Nonce` string, nullable
- `Authorization` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/chutes/apis/fastapi.md) · [All operations](https://skmtc.dev/chutes/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/chutes/fastapi/revisions/7be1aa2fe1a0/schema)
