---
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

- object[] — [cloud-only] System logs response
  - `timestamp` string, date-time — When the log entry was created
  - `level` 'debug' | 'info' | 'warn' | 'error' — Log level
  - `message` string — Log message
  - `source` string — Source of the log entry
  - `metadata` object — Additional log metadata

## Other responses

- `401` — Unauthorized

## Changes

- **2026-05-22** `c4db9e1283df` — 2 breaking, 2 warning
  - the response's body type/format changed from `object`/`` to `array`/`` for status `200`
  - removed the required property `entries` from the response with the `200` status
  - removed the optional property `has_more` from the response with the `200` status
  - removed the optional property `total` from the response with the `200` status
- **2026-05-22** `09a5075587c8` — 1 info
  - api operation id `getCloudLogs` removed and replaced with `getLogs`
- **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/c4db9e1283df/schema)
