---
title: "Get interface"
method: GET
path: "/interfaces/{interfaceId}"
tags: ["Interface"]
---

# Get interface

`GET /interfaces/{interfaceId}`

Returns an interface with its basic information

## Path parameters

- `interfaceId` integer, required

## Response `200`

Success

- InterfaceBaseDto
  - `id` integer
  - `caseId` integer

---

[API](https://skmtc.net/diabatix/apis/case-api.md) · [All operations](https://skmtc.net/diabatix/apis/case-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/diabatix/case-api/revisions/c1d303e2220d/schema)
