---
title: "Retrieve a Hello world greeting"
method: GET
path: "/hello"
tags: ["hello"]
---

# Retrieve a Hello world greeting

`GET /hello`

A **"Hello, World!" program** is a [computer program](https://en.wikipedia.org/wiki/Computer_program) that outputs or displays "Hello, World!" to a user. Being a very simple program in most [programming languages](https://en.wikipedia.org/wiki/Programming_language), it is often used to illustrate the basic [syntax](https://en.wikipedia.org/wiki/Syntax) of a programming language for a working program, and as such is often the very first program people write

## Response `200`

successful operation

- Greeting
  - `greeting` string

---

[API](https://skmtc.dev/zowe/apis/helloworld-in-express.md) · [All operations](https://skmtc.dev/zowe/apis/helloworld-in-express/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/zowe/helloworld-in-express/revisions/91cf06fde435/schema)
