---
title: "Get raw structured log entries"
method: GET
path: "/internal/logs/raw"
tags: ["internal"]
---

# Get raw structured log entries

`GET /internal/logs/raw`

Returns the raw ComfyUI log buffer as text, together with metadata about the current size limit.

## Response `200`

Structured log data

- object
  - `entries` object[]
    - `t` number — Timestamp
    - `m` string — Message
  - `size` object
    - `cols` integer
    - `rows` integer

## Changes

- **2026-04-24** `a66055fa384e` — 1 info
  - api tag `internal` added

[Change history](https://skmtc.dev/comfy-org/apis/comfyui-api/changes/internal/logs/raw/get.md)

---

[API](https://skmtc.dev/comfy-org/apis/comfyui-api.md) · [All operations](https://skmtc.dev/comfy-org/apis/comfyui-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/comfy-org/comfyui-api/revisions/a66055fa384e/schema)
