---
title: "List high-level messaging profile metrics"
method: GET
path: "/messaging_profile_metrics"
tags: ["Messaging"]
---

# List high-level messaging profile metrics

`GET /messaging_profile_metrics`

List high-level metrics for all messaging profiles belonging to the authenticated user.

## Query parameters

- `time_frame` '1h' | '3h' | '24h' | '3d' | '7d' | '30d' — The time frame for metrics aggregation.

## Response `200`

Successful response with high-level profile metrics.

- object
  - `data` ProfileMetricsHighLevel[]
  - `meta` MessagingPaginationMeta
    - `total_pages` integer, required
    - `total_results` integer, required
    - `page_number` integer, required
    - `page_size` integer, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

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