---
title: "List activations"
method: GET
path: "/api/cdp/settings/v1/app/{app_id}/activation"
tags: ["Data Activation"]
---

# List activations

`GET /api/cdp/settings/v1/app/{app_id}/activation`

Get all activations. Requires view permission.

## Query parameters

- `audience_id` string, uuid

## Response `200`

An array of activations matching given criteria

- object[]
  - `id` string, uuid, required — Activation ID
  - `name` string, required — Activation name
  - `status` 'active' | 'inactive', required — Activation status. `active` enables profiles activation, `inactive` disables profile activation. If activation has no audience associated with it, Activation API will always return `inactive`.
  - `required_consents` string[], required — Consent types a profile must contain to be activated
  - `created_at` string, date-time, required — Activation creation time
  - `updated_at` string, date-time, required — Activation last update time
  - `author` object, required — Author of an activation
    - `email` string, email, required — Email (login) of an author
  - `is_author` boolean, required — Whether the current user is the author of this activation
  - `type` 'webhook' | 'gads_customer_match', required — Type of activation

## Other responses

- `400` — Bad request response (e.g. missing GET parameter, parameter value out of bounds)
- `401` — Access token is missing or invalid
- `402` — Data Activation module is disabled
- `404` — Resource not found (bad ID or resource deleted)
- `422` — Data in body does not meet requirements (e.g. missing field)
- `500` — Internal application error response (some service encountered unexpected error)

---

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