---
title: "Returns information about the given EMS"
method: GET
path: "/ems/{ems_id}"
tags: ["EMS"]
---

# Returns information about the given EMS

`GET /ems/{ems_id}`

## Path parameters

- `ems_id` string, uuid, required

## Response `200`

Successful Operation

- Ems — A new EMS
  - `id` string, uuid, required — Unique id
  - `name` string — The name for the new EMS
  - `description` string — A description for the EMS
  - `url` string, required — EMS' authentication URL - example: http://10.200.64.2:5000/
  - `type` string, required — EMS' 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)
