---
title: "List stores"
method: GET
path: "/v0/stores"
tags: ["Stores"]
---

# List stores

`GET /v0/stores`

List stores under current workspace

## Response `200`

OK

- CourierListStoresResponse
  - `stores` DomainStore[]
    - `id` string — Identifier to be used while transferring data
    - `name` string — Unique user friendly name for easier identification
    - `type` 'S3' | 'GCS' | 'AZBLOB'
    - `configs` DomainStoreConfigs
      - `bucket` string, required — Name of the bucket to be used for data transfers
      - `region` string, required — Region as defined by cloud provider
      - `path_prefix` string — Path prefix to be used for all transfers.
    - `labels` object — User defined labels for metadata
    - `created_at` string — Store creation time
    - `updated_at` string — Store last updated time
    - `created_by` string — Identifier of the user that created store

## Other responses

- `400` — Bad Request
- `409` — Conflict
- `500` — Internal Server Error

---

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