---
title: "Gets ordered list of partitions."
method: GET
path: "/$/GetLoadedPartitionInfoList"
tags: ["Partition"]
---

# Gets ordered list of partitions.

`GET /$/GetLoadedPartitionInfoList`

Retrieves partitions which are most/least loaded according to specified metric.

## Query parameters

- `api-version` '8.0', required
- `MetricName` string, required
- `ServiceName` string
- `Ordering` 'Desc' | 'Asc'
- `MaxResults` integer
- `ContinuationToken` string

## Response `200`

A successful operation will return 200 status code and the requested cluster load information.

- LoadedPartitionInformationResultList — Represents data structure that contains top/least loaded partitions for a certain metric.
  - `ContinuationToken` string — The continuation token parameter is used to obtain next set of results. The continuation token is included in the response of the API when the results from the system do not fit in a single response. When this value is passed to the next API call, the API returns next set of results. If there are no further results, then the continuation token is not included in the response.
  - `Items` LoadedPartitionInformationResult[] — List of application information.
    - `ServiceName` string, required — Name of the service this partition belongs to.
    - `PartitionId` string, uuid, required — An internal ID used by Service Fabric to uniquely identify a partition. This is a randomly generated GUID when the service was created. The partition ID is unique and does not change for the lifetime of the service. If the same service was deleted and recreated the IDs of its partitions would be different.
    - `MetricName` string, required — Name of the metric for which this information is provided.
    - `Load` integer, required — Load for metric.

## Other responses

- `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/versions/6ebed3032b57/schema)
