---
title: "Get the current status/activity of the server."
method: GET
path: "/api/status"
tags: ["status"]
---

# Get the current status/activity of the server.

`GET /api/status`

## Response `200`

The current status of the server

- APIStatus — Notebook server API status. Added in notebook 5.0.
  - `started` string — ISO8601 timestamp indicating when the notebook server started.
  - `last_activity` string — ISO8601 timestamp indicating the last activity on the server, either on the REST API or kernel activity.
  - `connections` number — The total number of currently open connections to kernels.
  - `kernels` number — The total number of running kernels.

## Changes

> 2 revisions in range; 1 could not be searched.

- **2025-12-10** `e9ae9d653401` — 1 breaking
  - removed the media type `application/json` for the response with the status `200`

[Change history](https://skmtc.dev/google/apis/jupyter-server-api/changes/api/status/get.md)

---

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