---
title: "Get campaigns for a workspace"
method: GET
path: "/api/v1/workspaces/{workspace_id}/campaigns"
tags: ["📂 Campaigns"]
---

# Get campaigns for a workspace

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

Retrieve paginated list of campaigns (folders) for a specific workspace, sorted alphabetically by name.

## Path parameters

- `workspace_id` string, required

## Query parameters

- `page` integer
- `per_page` integer
- `search` string

## Response `200`

Campaigns retrieved successfully

- object
  - `status` boolean
  - `message` string
  - `current_page` integer
  - `per_page` integer
  - `total` integer
  - `last_page` integer
  - `from` integer
  - `to` integer
  - `data` object[]
    - `id` string
    - `_id` string — Deprecated alias for `id` — will be removed once clients migrate.
    - `name` string
    - `color` string

## Other responses

- `401` — Unauthorized - Invalid or missing API key
- `429` — Too Many Requests - Rate limit exceeded

---

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