---
title: "GET /public/v1/campaigns/{campaignId}"
method: GET
path: "/public/v1/campaigns/{campaignId}"
tags: ["Campaigns"]
---

# GET /public/v1/campaigns/{campaignId}

`GET /public/v1/campaigns/{campaignId}`

Retrieve a single campaign by ID. Workspace admins and owners can access other workspace members campaigns.

## Path parameters

- `campaignId` string, required

## Response `200`

Default Response

- object
  - `statusCode` number
  - `status` boolean
  - `message` string
  - `data` object
    - `campaign` object
      - `id` string
      - `name` string
      - `status` string
      - `type` string
      - `templated` boolean
      - `created_at` string
      - `outreach_count_per_day` number
      - `total_prospects` number
      - `workspace_id` string
      - `workspace_name` string
      - `campaign_profiles_type` string
      - `campaign_input_type` string, nullable
      - `total_prospects_contacted` number
      - `total_meetings_booked` number
      - `acceptance_rate` number
      - `response_rate` number
      - `campaign_owner_id` string
      - `campaign_owner_name` string
      - `sending_times` object
      - `template` object, nullable
        - `id` string
        - `name` string
      - `writing_style` object, nullable
        - `id` string
        - `name` string
      - `workspace_product` object, nullable
        - `id` string
        - `name` string

## Other responses

- `401` — Default Response
- `403` — Default Response
- `404` — 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)
