---
title: "Retrieve a storage"
method: GET
path: "/metadata/partners-storages/{id}"
tags: ["partners-storages"]
---

# Retrieve a storage

`GET /metadata/partners-storages/{id}`

Returns a single storage with the given ID

## Path parameters

- `id` string, required

## Response `200`

A Storage object

- PartnersStorages — List of additional storages used by the vendor
  - `type` 'cookie' | 'web_storage' | 'app_storage' — What type of storage or access mechanism is used
  - `identifier` string — Name of the storage item
  - `purposes_id` string[] — The purpose IDs for which the storage is used
  - `domain` string — The domain for which the storage is used (only required for type "cookie" and "web_storage")
  - `max_age` number — The duration for storage on a device (only required for type "cookie")
  - `max_age_unit` 'months' | 'days' | 'seconds' — The unit of the storage duration
  - `organization_id` string — The organization ID that owns the storage
  - `partner_id` string — The partner ID that owns the storage

---

[API](https://skmtc.net/didomi/apis/didomi-api.md) · [All operations](https://skmtc.net/didomi/apis/didomi-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/didomi/didomi-api/versions/da6995016be8/schema)
