---
title: "GET /organisation/{id}/campaigns"
method: GET
path: "/organisation/{id}/campaigns"
tags: ["Organisation"]
---

# GET /organisation/{id}/campaigns

`GET /organisation/{id}/campaigns`

Returns all (active & ended) campaigns for specified organisation. However, ended campaigns cannot have new applications

## Path parameters

- `id` integer, required

## Response `200`

OK

- object
  - `campaigns` OrganisationCampaign[]
    - `id` integer
    - `slug` string
    - `name` string
    - `cover_image` string
    - `description` string
    - `starts_at` string
    - `ends_at` string

## Other responses

- `307` — Redirect to login

## Changes

- **2025-07-15** `4fc8206e1afe` — 3 info
  - api operation id `getOrganisationCampaignsById` removed and replaced with `getAllOrganisationCampaigns`
  - added the non-success response with the status `307`
  - added the optional property `campaigns/items/slug` to the response with the `200` status
- **2024-04-14** `5acc2e0d80e9` — 1 warning, 2 info
  - removed the optional property `campaigns/items/slug` from the response with the `200` status
  - api operation id `getAllOrganisationCampaigns` removed and replaced with `getOrganisationCampaignsById`
  - removed the non-success response with the status `307`

[Change history](https://skmtc.dev/devsoc-unsw/apis/chaos-api/changes/organisation/:id/campaigns/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)
