provider Analytics GET /analytics/reports/{report_uid}
@utdk/front /analytics/reports/{report_uid}
Fetch an analytics report
Fetch an analytics report. Refer to the [Analytics](https://dev.frontapp.com/reference/analytics) topic for details about specific metrics. Required scope: `analytics:read`
report_uid path required
The report UID.
string

Try it

Authentication
Configure credentials for Core API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

getAnalyticsReport
GET/analytics/reports/{report_uid}
Fetch an analytics report. Refer to the [Analytics](https://dev.frontapp.com/reference/analytics) topic for details about specific metrics. Required scope: `analytics:read`

Parameters

required

The report UID.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import front from '@utdk/front';

await front.getAnalyticsReport({
  "report_uid": "723ec32796f12c6f05f6b124d8ef76191a38cec990e0f65d549206c51373f1a0"
})