---
title: "Get the test case name"
method: GET
path: "/name/{testid}"
tags: ["management"]
---

# Get the test case name

`GET /name/{testid}`

Returns the loaded test case name.

## Response `200`

Successful response with the test case name.

- object
  - `message` string
  - `payload` object — The payload containing the test case name.
    - `name` string — The name of the test case.
  - `status` integer

## Changes

- **2025-11-18** `6f370686638c` — 1 info
  - api tag `management` added
- **2025-11-18** `60d61eda81c7` — 1 info
  - api tag `Test Management` removed

[Change history](https://skmtc.dev/ibpsa/apis/boptest-service-api/changes/name/:testid/get.md)

---

[API](https://skmtc.dev/ibpsa/apis/boptest-service-api.md) · [All operations](https://skmtc.dev/ibpsa/apis/boptest-service-api/llms.txt) · [OpenAPI document](https://skmtc.dev/ibpsa/apis/boptest-service-api/revisions/e979b6db7bfd?raw)
