provider Analytics GET
/analytics/exports/{export_id} @utdk/front
/analytics/exports/{export_id} Fetch an analytics export
Fetch an analytics exports. Refer to the [Analytics](https://dev.frontapp.com/reference/analytics) topic for details about specific metrics.
Required scope: `analytics:read`
- export_id path required
- The export ID.
- 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.
Code snippet
Updates live as you fill in the form above.
TypeScript
import front from '@utdk/front';
await front.getAnalyticsExport({
"export_id": "exp_123"
})