---
title: "GET /public/v1/do-not-contact"
method: GET
path: "/public/v1/do-not-contact"
tags: ["Workspaces"]
---

# GET /public/v1/do-not-contact

`GET /public/v1/do-not-contact`

List the workspace Do Not Contact entries. Use type=prospects (default) or type=companies.

## Query parameters

- `workspaceId` string, required
- `type` 'prospects' | 'companies'
- `limit` number
- `offset` number

## Response `200`

Default Response

- object
  - `statusCode` number
  - `status` boolean
  - `message` string
  - `data` object
    - `type` string
    - `entries` object[]
      - `first_name` string, nullable
      - `last_name` string, nullable
      - `name` string, nullable
      - `linkedin_public_id` string, nullable
      - `linkedin_urn` string, nullable
      - `salesnav_urn` string, nullable
      - `linkedin_url` string, nullable
      - `reason` string, nullable
      - `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)
