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

# List Campaigns

`GET /campaign`

Retrieve a list of campaigns

## Query parameters

- `id` string
- `created_at` string
- `updated_at` string
- `organisation_id` string
- `name` string
- `select` string
- `offset` string
- `limit` string

## Headers

- `Range` string
- `Range-Unit` string

## Response `200`

OK

- Campaign[]
  - `id` string, uuid — Campaign ID
  - `created_at` string, timestamp with time zone — Campaign creation date
  - `updated_at` string, timestamp with time zone — Latest update
  - `organisation_id` string, uuid, nullable — Organisation ID
  - `name` string, text — Name of campaign

---

[API](https://skmtc.dev/getmateo/apis/mateo-api.md) · [All operations](https://skmtc.dev/getmateo/apis/mateo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getmateo/mateo-api/revisions/22a9b3b009d1/schema)
