---
title: "Returns information about the given WIM"
method: GET
path: "/wim/{wim_id}"
tags: ["WIM"]
---

# Returns information about the given WIM

`GET /wim/{wim_id}`

## Path parameters

- `wim_id` string, uuid, required

## Response `200`

Successful Operation

- Wim — A new WIM
  - `id` string, uuid, required — Unique id
  - `name` string — The name for the new WIM
  - `description` string — A description for the WIM
  - `url` string, required — WIM's authentication URL - example: http://10.200.64.2:5000/
  - `type` string, required — WIM's type

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Server Error

---

[API](https://skmtc.net/core-ncsrd/apis/katana.md) · [All operations](https://skmtc.net/core-ncsrd/apis/katana/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/core-ncsrd/katana/versions/7ddfc4202f39/schema)
