---
title: "Get log of notebook in the given namespace"
method: GET
path: "/aide/v1/namespaces/{namespace}/notebooks/{notebook_name}/log"
---

# Get log of notebook in the given namespace

`GET /aide/v1/namespaces/{namespace}/notebooks/{notebook_name}/log`

Get notebook log.

## Path parameters

- `namespace` string, string, required
- `notebook_name` string, string, required

## Query parameters

- `currentPage` integer
- `pageSize` integer
- `asc` boolean

## Response `200`

OK

- GetNotebookLogResponse
  - `total` integer, required
  - `log_list` NotebookLog[] — Notebook log info list.
    - `log` string

## Other responses

- `401` — Unauthorized
- `404` — The Notebook cannot be found

## Changes

- **2026-07-17** `96d3198b3b53` — 1 info
  - endpoint added
- **2020-12-07** `180e06e8bcb6` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/webankfintech/apis/jupyter-server/changes/aide/v1/namespaces/:namespace/notebooks/:notebook_name/log/get.md)

---

[API](https://skmtc.dev/webankfintech/apis/jupyter-server.md) · [All operations](https://skmtc.dev/webankfintech/apis/jupyter-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/webankfintech/jupyter-server/revisions/96d3198b3b53/schema)
