| [ Web Proxy ] |
| Viewing: https://developer.paddle.com/api-reference/metrics/ | [Back] [Original] |
For AI agents and LLMs: a structured documentation index is available at /llms.txt. Every page has a Markdown sibling append .md to any URL.
Metrics return timeseries data about the information in your Paddle account.
Metrics are a way of querying aggregated data from your Paddle account.
Unlike reports, which export a historical snapshot of your entities as a CSV, metrics return timeseries data directly in the API response. They're typically used for powering dashboards and analytics.
Metrics return information like:
You pass a date range using the from and to query parameters, and Paddle returns one datapoint per interval in that range.
Datapoints include different value fields depending on the metric:
Amount-based
Metrics related to revenue return an amount field, expressed as a string representing a non-decimal amount in the smallest currency unit.
Count-based
Metrics related to subscriber or other actions counts return a count field.
Mixed
Some metrics return both an amount and a count field, and may include other fields. For example, checkout conversion returns count, completed_count, and rate.
Paddle.com Market Ltd. 20122026
| Web Proxy Viewer | New URL | Original Page |