---
title: "GET /public/v1/workspace-products"
method: GET
path: "/public/v1/workspace-products"
tags: ["Workspaces"]
---

# GET /public/v1/workspace-products

`GET /public/v1/workspace-products`

List workspace products used as context for AI-generated outreach.

## Query parameters

- `workspaceId` string
- `limit` number
- `offset` number

## Response `200`

Default Response

- object
  - `statusCode` number
  - `status` boolean
  - `message` string
  - `data` object
    - `workspace_products` object[]
      - `id` string
      - `name` string
      - `description` string
      - `created_at` string
    - `pagination` object
      - `limit` number
      - `offset` number
      - `total` number
      - `hasMore` boolean

## Other responses

- `401` — Default Response
- `403` — Default Response
- `429` — Default Response
- `500` — Default Response

---

[API](https://skmtc.net/joinvalley/apis/valley-public-api.md) · [All operations](https://skmtc.net/joinvalley/apis/valley-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/joinvalley/valley-public-api/revisions/1d888a894943/schema)
