---
title: "Endpoint of notebook server"
method: GET
path: "/notebooks/{notebook_id}/endpoint"
tags: ["notebooks"]
---

# Endpoint of notebook server

`GET /notebooks/{notebook_id}/endpoint`

## Path parameters

- `notebook_id` string, required

## Response `200`

Succeeded to get notebook endpoint

- object — Notebook endpoint
  - `data` object, required — Notebook endpoint
    - `endpoint` string, uri, required

## Other responses

- `400` — Bad request
- `default` — Other error

---

[API](https://skmtc.dev/matlantis/apis/matlantis-web-ui-backend-api.md) · [All operations](https://skmtc.dev/matlantis/apis/matlantis-web-ui-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/matlantis/matlantis-web-ui-backend-api/revisions/b155f3a32673/schema)
