---
title: "Gets the Service Fabric application backup configuration information."
method: GET
path: "/Applications/{applicationId}/$/GetBackupConfigurationInfo"
tags: ["BackupRestore"]
---

# Gets the Service Fabric application backup configuration information.

`GET /Applications/{applicationId}/$/GetBackupConfigurationInfo`

Gets the Service Fabric backup configuration information for the application and the services and partitions under this application.

## Path parameters

- `applicationId` string, required

## Query parameters

- `api-version` '6.4', required
- `ContinuationToken` string
- `MaxResults` integer
- `timeout` integer

## Response `200`

A successful operation will return 200 status code and a paged list of backup configuration information for the application, and the services and partitions under this application, for which backup configuration has been overridden.

- PagedBackupConfigurationInfoList — The list of backup configuration information. The list is paged when all of the results cannot fit in a single message. The next set of results can be obtained by executing the same query with the continuation token provided in this list.
  - `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` BackupConfigurationInfo[] — List of backup configuration information.
    - `Kind` 'Invalid' | 'Partition' | 'Service' | 'Application', required — The entity type of a Service Fabric entity such as Application, Service or a Partition where periodic backups can be enabled.
    - `PolicyName` string — The name of the backup policy which is applicable to this Service Fabric application or service or partition.
    - `PolicyInheritedFrom` 'Invalid' | 'Partition' | 'Service' | 'Application' — Specifies the scope at which the backup policy is applied.
    - `SuspensionInfo` BackupSuspensionInfo — Describes the backup suspension details.
      - `IsSuspended` boolean — Indicates whether periodic backup is suspended at this level or not.
      - `SuspensionInheritedFrom` 'Invalid' | 'Partition' | 'Service' | 'Application' — Specifies the scope at which the backup suspension was applied.

## Other responses

- `default` — The detailed error response.

---

[API](https://skmtc.net/azure/apis/service-fabric-client-apis.md) · [All operations](https://skmtc.net/azure/apis/service-fabric-client-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/service-fabric-client-apis/versions/6df9f2f4d542/schema)
