---
title: "Get policy IDs that back up the given FRNs"
method: POST
path: "/backup-and-dr/resources/policies"
---

# Get policy IDs that back up the given FRNs

`POST /backup-and-dr/resources/policies`

Returns a mapping of FRNs to the list of policy IDs (application IDs) that back up each resource

## Request body

- PoliciesByFRNsRequest
  - `frns` string[], required — Array of FRNs (Firefly Resource Names) to query

## Response `200`

Mapping of FRNs to policy IDs

- object

## Other responses

- `400` — Invalid request
- `500` — Internal server error

---

[API](https://skmtc.net/firefly/apis/backup-dr-api.md) · [All operations](https://skmtc.net/firefly/apis/backup-dr-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/firefly/backup-dr-api/revisions/ff4cd0352ad5/schema)
