---
title: "List runtime logs"
method: GET
path: "/servers/{qualifiedName}/logs"
tags: ["servers"]
---

# List runtime logs

`GET /servers/{qualifiedName}/logs`

Fetch recent runtime logs grouped by invocation.

## Path parameters

- `qualifiedName` string, required

## Query parameters

- `from` string
- `to` string
- `limit` integer
- `search` string

## Response `200`

Logs fetched successfully

- RuntimeLogsResponse
  - `invocations` Invocation[], required
    - `id` string, required
    - `timestamp` string, required
    - `request` InvocationRequest, required
      - `method` string, required
      - `url` string, required
    - `response` InvocationResponse, required
      - `status` number, required
      - `outcome` string, required
    - `duration` InvocationDuration, required
      - `cpuMs` number, required
      - `wallMs` number, required
    - `logs` RuntimeLogEntry[], required
      - `timestamp` string, required
      - `level` string, required
      - `message` string, required
    - `exceptions` ExceptionEntry[], required
      - `timestamp` string, required
      - `name` string, required
      - `message` string, required
  - `total` number, required — Total invocations matching query

## Other responses

- `403` — Forbidden
- `404` — Server not found
- `500` — Internal server error

## Changes

- **2026-02-25** `d56820262604` — 1 warning, 1 info
  - removed the optional property `invocations/items/exceptions/items/stack` from the response with the `200` status
  - added the new optional `query` request parameter `search`
- **2026-01-25** `55f4a37b970f` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/smithery-ai/apis/smithery-platform-api/changes/servers/:qualifiedName/logs/get.md)

---

[API](https://skmtc.dev/smithery-ai/apis/smithery-platform-api.md) · [All operations](https://skmtc.dev/smithery-ai/apis/smithery-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/smithery-ai/smithery-platform-api/revisions/60b8c3d2fecf/schema)
