---
title: "Live Tail Devbox Logs."
method: GET
path: "/v1/devboxes/{id}/logs/tail"
tags: ["Devbox", "Devbox-ObservabilityTools"]
---

# Live Tail Devbox Logs.

`GET /v1/devboxes/{id}/logs/tail`

Tail the logs for the given devbox. This will return past log entries and continue streaming from there. The stream will then continue to stream logs until the connection is closed.

## Path parameters

- `id` string, required

## Query parameters

- `execution_id` string
- `shell_name` string

## Response `200`

OK

## Other responses

- `404` — Devbox not found.

---

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