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

# GET /campaign

`GET /campaign`

Returns all active campaigns.

## Response `200`

OK

- object
  - `campaigns` object[]
    - `id` integer
    - `organisation_id` integer
    - `organisation_name` string
    - `name` string
    - `cover_image` string
    - `description` string
    - `starts_at` string
    - `ends_at` string

---

[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)
