---
title: "List Workspace Campaigns"
method: GET
path: "/api/workspaces/{workspace_id}/campaigns"
---

# List Workspace Campaigns

`GET /api/workspaces/{workspace_id}/campaigns`

## Path parameters

- `workspace_id` string, required

## Response `200`

Successful Response

- OutcallerApiTypesWorkspaceManagementCampaignListResponse
  - `campaigns` CampaignResponse[]
    - `id` string, required
    - `workspaceId` string, required
    - `selectedKnowledgeBaseId` string, nullable
    - `agentId` string, nullable
    - `name` string, required
    - `description` string, nullable
    - `industry` string, nullable
    - `prompt` string, nullable
    - `useCaseGoals` string, nullable
    - `conclusion` string, nullable
    - `escalationEnabled` boolean
    - `maxAttempts` integer, nullable
    - `escalationWindowDays` integer, nullable
    - `callsPerWeek` integer, nullable
    - `escalationCampaignId` string, nullable
    - `type` string, required
    - `phoneNumber` string, nullable
    - `inboundNumber` string, nullable
    - `enableManagerTransfer` boolean
    - `scheduleEnabled` boolean
    - `callbackTasksEnabled` boolean
    - `scheduledCallRetryDelayHours` integer
    - `scheduledCallMaxRetryAttempts` integer
    - `startTime` string
    - `endTime` string
    - `integrations` string[]
    - `taskTypes` string[]
    - `concurrency` integer
    - `defaultTtsLanguage` string
    - `defaultTtsVoice` string
    - `defaultTtsPace` number
    - `defaultTtsPitch` number
    - `promptAiGenerationsUsed` integer
    - `tasksSchedulerConfig` object, nullable
    - `leadsPublishedAt` string, date-time, nullable
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required
    - `agent` AgentSummaryResponse
      - `id` string, required
      - `name` string, required
    - `escalationCampaign` AgentSummaryResponse
      - `id` string, required
      - `name` string, required
    - `humanAgents` HumanAgentResponse[]
      - `id` string, required
      - `campaignId` string, required
      - `name` string, required
      - `phone` string, required
      - `createdAt` string, date-time, required
      - `updatedAt` string, date-time, required
    - `_count` CampaignCountsResponse
      - `leads` integer
      - `campaignAgents` integer
      - `sourceEscalationLinks` integer
    - `leads` LeadSummaryResponse[], nullable
      - `id` string, required
      - `name` string, required
      - `phone` string, nullable
    - `sourceEscalationLinks` EscalationLinkResponse[], nullable
      - `id` string, required
      - `sourceCampaignId` string, required
      - `targetCampaignId` string, nullable
      - `escalationContactName` string, required
      - `escalationContactPhone` string, required
      - `status` string, required
      - `escalatedAt` string, date-time, nullable
      - `createdAt` string, date-time, required
      - `updatedAt` string, date-time, required
      - `sourceLead` LeadSummaryResponse
        - `id` string, required
        - `name` string, required
        - `phone` string, nullable
      - `targetLead` LeadSummaryResponse
        - `id` string, required
        - `name` string, required
        - `phone` string, nullable

## Other responses

- `422` — Validation Error

## Changes

- **2026-07-26** `e7248cb2f50b` — 1 warning, 2 info
  - removed the optional property `campaigns/items/taskObjectives` from the response with the `200` status
  - added the optional property `campaigns/items/tasksSchedulerConfig` to the response with the `200` status
  - added the optional property `campaigns/items/useCaseGoals` to the response with the `200` status

[Change history](https://skmtc.dev/outcallerai/apis/fastapi/changes/api/workspaces/:workspace_id/campaigns/get.md)

---

[API](https://skmtc.dev/outcallerai/apis/fastapi.md) · [All operations](https://skmtc.dev/outcallerai/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/outcallerai/fastapi/revisions/e7248cb2f50b/schema)
