---
title: "Get detailed messaging profile metrics"
method: GET
path: "/messaging_profiles/{id}/metrics"
tags: ["Messaging"]
---

# Get detailed messaging profile metrics

`GET /messaging_profiles/{id}/metrics`

Get detailed metrics for a specific messaging profile, broken down by time interval.

## Path parameters

- `id` string, uuid, required

## Query parameters

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

## Response `200`

Successful response with detailed profile metrics.

- object
  - `data` ProfileMetrics — Detailed metrics for a messaging profile.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found

---

[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)
