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

# Get raw structured log entries

`GET /internal/logs/raw`

Returns the raw ComfyUI log buffer plus size metadata.

## Response `200`

Structured log data

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

---

[API](https://skmtc.net/comfy-org/apis/comfyui-api.md) · [All operations](https://skmtc.net/comfy-org/apis/comfyui-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/comfy-org/comfyui-api/versions/9fb6092a836d/schema)
