---
title: "Gets the information about a replica of a Service Fabric partition."
method: GET
path: "/Partitions/{partitionId}/$/GetReplicas/{replicaId}"
tags: ["Replica"]
---

# Gets the information about a replica of a Service Fabric partition.

`GET /Partitions/{partitionId}/$/GetReplicas/{replicaId}`

The response includes the ID, role, status, health, node name, uptime, and other details about the replica.

## Path parameters

- `partitionId` string, uuid, required
- `replicaId` string, required

## Query parameters

- `api-version` '6.0', required
- `timeout` integer

## Response `200`

Information about the specified replicas of the specified partition of a Service Fabric service.

- ReplicaInfo — Information about the identity, status, health, node name, uptime, and other details about the replica.
  - `ServiceKind` 'Invalid' | 'Stateless' | 'Stateful', required — The kind of service (Stateless or Stateful).
  - `ReplicaStatus` 'Invalid' | 'InBuild' | 'Standby' | 'Ready' | 'Down' | 'Dropped' — The status of a replica of a service.
  - `HealthState` 'Invalid' | 'Ok' | 'Warning' | 'Error' | 'Unknown' — The health state of a Service Fabric entity such as Cluster, Node, Application, Service, Partition, Replica etc.
  - `NodeName` string — The name of a Service Fabric node.
  - `Address` string — The address the replica is listening on.
  - `LastInBuildDurationInSeconds` string — The last in build duration of the replica in seconds.

## Other responses

- `204` — An empty response is returned if the specified replicaId is not a replica of the specified partition.
- `default` — The detailed error response.

---

[API](https://skmtc.net/azure/apis/servicefabric-servicefabric.md) · [All operations](https://skmtc.net/azure/apis/servicefabric-servicefabric/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/servicefabric-servicefabric/revisions/8fd479ce0f16/schema)
