---
title: "List marketplaces"
method: GET
path: "/v1/marketplaces"
tags: ["Marketplaces"]
---

# List marketplaces

`GET /v1/marketplaces`

Lists marketplaces visible to the current organization member.

## Query parameters

- `cursor` string
- `limit` integer
- `status` 'active' | 'inactive' | 'deleted' | 'archived'
- `q` string

## Response `200`

Marketplaces returned successfully.

- PluginArchMarketplaceListResponse
  - `items` PluginArchMarketplace[], required
    - `id` string, typeid, required — Den TypeID with 'mkt_' prefix and a 26-character base32 suffix.
    - `organizationId` string, typeid, required — Den TypeID with 'org_' prefix and a 26-character base32 suffix.
    - `name` string, required
    - `description` string, nullable, required
    - `logoUrl` string, nullable, required
    - `status` 'active' | 'inactive' | 'deleted' | 'archived', required
    - `createdByOrgMembershipId` string, typeid, required — Den TypeID with 'om_' prefix and a 26-character base32 suffix.
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required
    - `deletedAt` string, date-time, nullable, required
    - `pluginCount` integer
  - `nextCursor` string, nullable, required

## Other responses

- `400` — The marketplace query parameters were invalid.
- `401` — The caller must be signed in to list marketplaces.

---

[API](https://skmtc.net/openworklabs/apis/den-api.md) · [All operations](https://skmtc.net/openworklabs/apis/den-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openworklabs/den-api/revisions/54cdbd4ecffa/schema)
