---
title: "Fetch activation usage statistics"
method: GET
path: "/api/cdp/v3/profiles/usage"
tags: ["Data Activation"]
---

# Fetch activation usage statistics

`GET /api/cdp/v3/profiles/usage`

Fetches activation usage statistics - the number of activations executed in this month. Requires no permissions.

## Response `200`

An object containing the number of activations

- object — Organization-wide activation usage statistics
  - `activation_count` integer, required — The number of activations in this month

## 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
- `500` — Internal application error response (some service encountered unexpected error)

---

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