---
title: "Get cloud execution logs"
method: GET
path: "/api/logs"
tags: ["system"]
deprecated: true
---

# Get cloud execution logs

`GET /api/logs`

> **Deprecated.**

**Deprecated.** This endpoint returns a static placeholder response and
provides no real log data. It is retained only to avoid breaking clients
that still call it. Clients should remove their dependency; the endpoint
will be removed in a future release.

## Query parameters

- `job_id` string
- `limit` integer
- `offset` integer

## Response `200`

Log entries

- CloudLogsResponse — [cloud-only] Paginated cloud execution logs.
  - `entries` object[], required
    - `timestamp` string, date-time
    - `level` 'debug' | 'info' | 'warn' | 'error'
    - `message` string
    - `job_id` string, uuid
  - `total` integer
  - `has_more` boolean

## Other responses

- `401` — Unauthorized

## Changes

- **2026-05-12** `2f69d843959c` — 1 info
  - endpoint deprecated
- **2026-05-08** `c9640fded659` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/comfy-org/apis/comfyui-api/changes/api/logs/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/2f69d843959c/schema)
