---
title: "Get url to start a websocket session"
method: GET
path: "/ws"
tags: ["miscellaneous"]
---

# Get url to start a websocket session

`GET /ws`

Returns an object with information to start a websocket connection with Kraken. From there you are able to subscribe to different events in kraken. See the [Kraken dashboard](https://github.com/kraken-hpc/kraken-dashboard) as an example

## Response `200`

successful operation

- WebsocketRedirect
  - `host` string
  - `port` string
  - `url` string

---

[API](https://skmtc.net/kraken-hpc/apis/kraken.md) · [All operations](https://skmtc.net/kraken-hpc/apis/kraken/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kraken-hpc/kraken/versions/e1dfb0e67530/schema)
