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

---

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