---
title: "Get the status of Notebooks in the given Namespace"
method: GET
path: "/aide/v1/notebooks/{id}/status"
---

# Get the status of Notebooks in the given Namespace

`GET /aide/v1/notebooks/{id}/status`

Get Notebook status.

## Path parameters

- `id` string, string, required

## Response `200`

OK

- GetNotebookStatusResponse
  - `name` string — Notebook name
  - `namespace` string — Namesapce where notebook has been created
  - `resource_req` Resource
    - `cpu` string — CPU
    - `gpu` string — GPU
    - `memory` string — Memory
  - `resource_limit` Resource
    - `cpu` string — CPU
    - `gpu` string — GPU
    - `memory` string — Memory
  - `image` string — Docker Image used
  - `create_time` string — Notebook create time
  - `notebook_status` string — Notebook status
  - `notebook_status_info` string — The information that trigger notebook status, consist of Container State
  - `containers_status_info` ContainerStatusInfo[] — The information of notebook containers status
    - `container_name` string — container name
    - `namespace` string — container namespace
    - `containerId` string — container id
    - `startedTime` string
    - `fineshedTime` string
    - `containerStatusType` string — this container status type
    - `message` string
    - `lastStartedTime` string
    - `lastFinishedTime` string
    - `lastContainerStateType` string
    - `lastMessage` string

## Other responses

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

---

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