---
title: "Get the list of campaigns."
method: GET
path: "/api/external/v1/campaigns/get-list"
tags: ["GenPages"]
---

# Get the list of campaigns.

`GET /api/external/v1/campaigns/get-list`

This endpoint is used to get the list of campaigns.

## Query parameters

- `workspace_id` integer, required — The workspace to list campaigns for.

## Response `200`

- object[]

## Other responses

- `401`
- `403`

## Changes

- **2026-08-17** `dd3f47f72f7a` — 3 breaking, 1 warning, 3 info
  - added the new required `query` request parameter `workspace_id`
  - removed the request body
  - the response's body type/format changed from `object`/`` to `array`/`` for status `200`
  - removed the optional property `campaigns` from the response with the `200` status
  - …3 more

[Change history](https://skmtc.dev/genpage/apis/genpage-external-api-documentation/changes/api/external/v1/campaigns/get-list/get.md)

---

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