---
title: "Get boundary"
method: GET
path: "/boundaries/{boundaryId}"
tags: ["Boundary"]
---

# Get boundary

`GET /boundaries/{boundaryId}`

Returns a boundary with its basic information

## Path parameters

- `boundaryId` integer, required

## Response `200`

Success

- BoundaryBaseDto
  - `id` integer
  - `caseId` integer
  - `name` string, nullable
  - `fileMetadataId` integer, nullable
  - `stl` string, nullable

---

[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)
