---
title: "Get Storages"
method: GET
path: "/storages"
tags: ["Storages"]
---

# Get Storages

`GET /storages`

Retrieves all storage configurations for your organization

## Query parameters

- `page` integer
- `limit` integer

## Response `200`

Storages retrieved successfully

- StorageListResponse
  - `status` string
  - `data` object
    - `storages` Storage[]
      - `_id` string
      - `name` string
      - `type` 'aws' | 'gcs' | 'azure'
      - `bucket` string
      - `region` string
      - `organization` string
      - `createdAt` string, date-time

---

[API](https://skmtc.dev/imerit/apis/ango-hub-api-v2.md) · [All operations](https://skmtc.dev/imerit/apis/ango-hub-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/imerit/ango-hub-api-v2/revisions/a1fd1e59951c/schema)
