---
title: "Hello world endpoint"
method: GET
path: "/v1"
tags: ["Other"]
---

# Hello world endpoint

`GET /v1`

Default endpoint. Simply replies with 'Hello, World!'. Authorization is not required

## Response `200`

Hello world string

## Other responses

- `400` — The request was unacceptable, often due to missing a required parameter
- `500` — Something went wrong on Braintrust's end. (These are rare.)

---

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