---
title: "Returns a list of registered WIMs"
method: GET
path: "/wim"
tags: ["WIM"]
---

# Returns a list of registered WIMs

`GET /wim`

## Response `200`

Successful Operation

- SbiLs[]
  - `DB_ID` string, uuid — The uuid of the component used by katana DB
  - `Component_ID` string, uuid — The uuid of the component as registered to katana by the admin
  - `created at` string, date-time — Creation time of the component
  - `type` string — The type of the component

## Other responses

- `400` — Bad Request
- `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)
