---
title: "Get the test case name"
method: GET
path: "/name/{testid}"
tags: ["Test 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

- **2026-02-02** `352c81bcd71d` — 2 info
  - api tag `Test Management` added
  - api tag `Test Case Management and Inspection` removed
- **2026-01-02** `e37b5217d73f` — 2 info
  - api tag `Test Case Management and Inspection` added
  - api tag `management` removed
- **2025-12-27** `9bb743194905` — 2 info
  - api tag `management` added
  - api tag `Test Management` removed
- **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-service-production.skmtc.workers.dev/v1/apis/ibpsa/boptest-service-api/revisions/ecdfc7b011f7/schema)
