---
title: "List organization stores"
method: GET
path: "/v1/orgs/{orgId}/stores"
tags: ["Organization Storage"]
---

# List organization stores

`GET /v1/orgs/{orgId}/stores`

List all named stores for an organization with key counts

## Path parameters

- `orgId` string, required

## Query parameters

- `limit` integer
- `offset` integer

## Request body

- object

## Response `200`

OK

- ListOrgStoresSuccessResponse
  - `code` integer
  - `data` PaginatedDataGithubComB3FunB3MonoServicesB3osWorkflowInternalPkgRepositoryOrganizationstorageStoreInfo
    - `hasMore` boolean
    - `items` GithubComB3FunB3MonoServicesB3osWorkflowInternalPkgRepositoryOrganizationstorageStoreInfo[]
      - `keyCount` integer
      - `storeName` string
    - `limit` integer
    - `offset` integer
  - `message` string
  - `requestId` string

## Other responses

- `403` — Forbidden

---

[API](https://skmtc.dev/b3-fun/apis/b3os-workflow-api.md) · [All operations](https://skmtc.dev/b3-fun/apis/b3os-workflow-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/b3-fun/b3os-workflow-api/revisions/5a750a5a9596/schema)
