---
title: "Download a campaign bundle"
method: GET
path: "/v2/campaigns/{campaignId}{version}.zip"
tags: ["Campaigns"]
---

# Download a campaign bundle

`GET /v2/campaigns/{campaignId}{version}.zip`

Downloads the specified campaign version as a ZIP archive containing all campaign assets, component definitions, and configuration files. The archive can be used to back up a campaign or to import it into another client via `POST /v2/campaigns` or `PUT /v2/campaigns/{id}`.

## Path parameters

- `campaignId` string, required
- `version` string, required

## Response `200`

Campaign bundle ZIP archive.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `402` — Payment Required
- `403` — Forbidden
- `415` — Unsupported Media Type
- `429` — Too Many Requests

---

[API](https://skmtc.net/extole/apis/integration-api-server-to-extole.md) · [All operations](https://skmtc.net/extole/apis/integration-api-server-to-extole/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extole/integration-api-server-to-extole/versions/c16e62e66755/schema)
