---
title: "Get user campaigns"
method: GET
path: "/api/campaigns"
tags: ["Campaigns"]
---

# Get user campaigns

`GET /api/campaigns`

Retrieve a list of campaigns for the authenticated user with optional filtering

## Query parameters

- `status` 'Enabled' | 'Disable'
- `limit` string
- `offset` string

## Response `200`

List of campaigns

- object
  - `ok` boolean
  - `data` object[]
    - `id` string, uuid, required — Campaign ID
    - `name` string, required — Campaign name
    - `enabled` boolean, required — Whether the campaign is enabled to give rewards
    - `active_since` string, date-time, nullable — The moment from which the campaign will start to give rewards
    - `active_until` string, date-time, nullable — The moment from which the campaign stops giving rewards
    - `max_gas` number — Maximum gas fee able to expend per transaction
    - `chain_id` '1' | '3' | '4' | '5' | '42' | '137' | '80001' | '80002' | '11155111', required — Blockchain chain ID
    - `created_at` string, date-time, required — The time the campaign was created
    - `updated_at` string, date-time, required — The time the campaign was last updated
  - `total` number — Total number of campaigns matching the filter

## Other responses

- `401` — Unauthorized
- `500` — Internal server error

---

[API](https://skmtc.net/decentraland/apis/realm-provider-api.md) · [All operations](https://skmtc.net/decentraland/apis/realm-provider-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/decentraland/realm-provider-api/revisions/d94e0e0f1821/schema)
