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
Code snippet
Updates live as you fill in the form above.
TypeScript
import front from '@utdk/front';
await front.getAnalyticsExport({
"export_id": "exp_123"
})