---
title: "List Storage Providers"
method: GET
path: "/storage-providers/providers"
tags: ["storage-providers"]
---

# List Storage Providers

`GET /storage-providers/providers`

List available storage providers (category='storage').

## Response `200`

Successful Response

- StorageProviderResponse[]
  - `id` string, required
  - `name` string, required
  - `description` string, nullable
  - `category` string, required
  - `icon_url` string, nullable
  - `documentation_url` string, nullable
  - `config_schema` object, required
  - `is_active` boolean, required

---

[API](https://skmtc.net/meganova/apis/fastapi.md) · [All operations](https://skmtc.net/meganova/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/meganova/fastapi/revisions/2b2bab8b9017/schema)
