---
title: "Get endpoint replica ids [READ]"
method: POST
path: "/v2/endpoint/{namespace}/{name}/metrics/replica-ids"
tags: ["Metrics"]
---

# Get endpoint replica ids [READ]

`POST /v2/endpoint/{namespace}/{name}/metrics/replica-ids`

## Path parameters

- `namespace` string, required
- `name` string, required

## Request body

- MetricsParams
  - `replicaId` string, nullable — Optionally filter by replica ID
  - `start` string, date-time, required — RFC 3339 Date Format. Ex: 2021-01-01T00:00:00Z
  - `stop` string, date-time, required — RFC 3339 Date Format. Ex: 2021-01-01T00:00:00Z

## Response `200`

Endpoint metric returned successfully

- string[]

---

[API](https://skmtc.net/huggingface/apis/hf-inference-endpoints-api.md) · [All operations](https://skmtc.net/huggingface/apis/hf-inference-endpoints-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/huggingface/hf-inference-endpoints-api/versions/52e3f4cdbf86/schema)
