---
title: "Get storage policy"
method: GET
path: "/storage_policies/{storage_policy_id}"
tags: ["Standard and Zones Storage Policies"]
---

# Get storage policy

`GET /storage_policies/{storage_policy_id}`

Fetches a specific storage policy.

## Path parameters

- `storage_policy_id` string, required

## Response `200`

Returns a storage policy object.

- StoragePolicy — A mini description of a Storage Policy object.
  - `id` string, required — The unique identifier for this storage policy.
  - `type` 'storage_policy', required — The value will always be `storage_policy`.
  - `name` string — A descriptive name of the region.

## Other responses

- `default` — An unexpected client error.

---

[API](https://skmtc.dev/box/apis/platform-api.md) · [All operations](https://skmtc.dev/box/apis/platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/box/platform-api/revisions/ba8f087e1a4d/schema)
