---
title: "Stream Miner Logs"
method: GET
path: "/miner/instance_logs"
tags: ["Miner"]
---

# Stream Miner Logs

`GET /miner/instance_logs`

Stream startup logs for an instance identified by a launch config JWT.

Only available for public chutes, and only before the instance is activated.
Connections are capped at 5 minutes. To resume, pass the ``cursor`` query
parameter (an ISO timestamp included as ``cursor`` in each JSON payload).

## Query parameters

- `cursor` string, nullable

## Headers

- `Authorization` string, required

## 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/revisions/352418d4e3a2/schema)
