---
title: "Stream Logs"
method: GET
path: "/instances/{instance_id}/logs"
tags: ["Instances"]
---

# Stream Logs

`GET /instances/{instance_id}/logs`

Fetch raw kubernetes pod logs.

NOTE: These are pod logs, not request data/etc., so it will never
include prompts, responses, etc. Used for troubleshooting and checking
status of warmup, etc.

## Path parameters

- `instance_id` string, required

## Query parameters

- `backfill` integer, nullable

## 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.net/chutes/apis/fastapi.md) · [All operations](https://skmtc.net/chutes/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chutes/fastapi/versions/352418d4e3a2/schema)
