---
title: "Gets the information about the specific service belonging to the Service Fabric application."
method: GET
path: "/Applications/{applicationId}/$/GetServices/{serviceId}"
tags: ["Service"]
---

# Gets the information about the specific service belonging to the Service Fabric application.

`GET /Applications/{applicationId}/$/GetServices/{serviceId}`

Returns the information about the specified service belonging to the specified Service Fabric application.

## Path parameters

- `applicationId` string, required
- `serviceId` string, required

## Query parameters

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

## Response `200`

Information about the specified service.

- ServiceInfo — Information about a Service Fabric service.
  - `Id` string — The identity of the service. This ID is an encoded representation of the service name. This is used in the REST APIs to identify the service resource. Starting in version 6.0, hierarchical names are delimited with the "\~" character. For example, if the service name is "fabric:/myapp/app1/svc1", the service identity would be "myapp~app1\~svc1" in 6.0+ and "myapp/app1/svc1" in previous versions.
  - `ServiceKind` 'Invalid' | 'Stateless' | 'Stateful', required — The kind of service (Stateless or Stateful).
  - `Name` string — The full name of the service with 'fabric:' URI scheme.
  - `TypeName` string — Name of the service type as specified in the service manifest.
  - `ManifestVersion` string — The version of the service manifest.
  - `HealthState` 'Invalid' | 'Ok' | 'Warning' | 'Error' | 'Unknown' — The health state of a Service Fabric entity such as Cluster, Node, Application, Service, Partition, Replica etc.
  - `ServiceStatus` 'Unknown' | 'Active' | 'Upgrading' | 'Deleting' | 'Creating' | 'Failed' — The status of the application.
  - `IsServiceGroup` boolean — Whether the service is in a service group.

## Other responses

- `204` — An empty response is returned if the specified service is not part of the specified application.
- `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)
