---
title: "Machine Names"
method: POST
path: "/api/v2/machine-metrics/machine-names"
tags: ["Machine Metrics"]
---

# Machine Names

`POST /api/v2/machine-metrics/machine-names`

List all known machine names for the authenticated user. These are the names that were provided when pushing metrics
via the `--monitoring-endpoint` flag.

## Request body

- object

## Response `200`

Successful response.

- MachineMetricsMachineNamesContainer
  - `data` string[], required — List of known machine names for the authenticated user.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `405` — Method Not Allowed
- `429` — Rate Limit Exceeded
- `500` — Internal Server Error
- `default` — An unexpected error response.

---

[API](https://skmtc.dev/beaconcha/apis/external-service-api.md) · [All operations](https://skmtc.dev/beaconcha/apis/external-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/beaconcha/external-service-api/revisions/ad26ad970b4e/schema)
