---
title: "GET /campaign/{id}"
method: GET
path: "/campaign/{id}"
tags: ["Campaign"]
---

# GET /campaign/{id}

`GET /campaign/{id}`

Returns info about specified campaign.

## Path parameters

- `id` integer, required

## Response `200`

OK

- object
  - `id` integer
  - `organisation_id` integer
  - `organisation_name` string
  - `name` string
  - `cover_image` string
  - `cover_image_url` string, nullable — Time-limited presigned URL to download the banner when cover_image is set
  - `description` string
  - `starts_at` string
  - `ends_at` string

## Changes

- **2026-04-17** `0df0a1147397` — 1 info
  - added the optional property `cover_image_url` to the response with the `200` status
- **2024-04-14** `5acc2e0d80e9` — 1 warning
  - removed the optional property `cover_image_url` from the response with the `200` status

[Change history](https://skmtc.dev/devsoc-unsw/apis/chaos-api/changes/campaign/:id/get.md)

---

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