---
title: "Retrieve a list of storages"
method: GET
path: "/metadata/partners-storages"
tags: ["partners-storages"]
---

# Retrieve a list of storages

`GET /metadata/partners-storages`

Returns a list of all storages

## Query parameters

- `$limit` integer
- `$skip` integer
- `$sort` object
- `filter` 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

## Response `200`

A list of Storage objects

- PartnersStorages[]
  - `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/revisions/c82339816c36/schema)
