provider web_analytics_achievements GET /api/projects/{project_id}/web_analytics_achievements/overview/
@utdk/posthog /api/projects/{project_id}/web_analytics_achievements/overview/
Get Web analytics achievements overview
Returns the achievement track definitions (thresholds resolved for the requesting user's streak-cadence arm), the user's and team's progress, and any newly unlocked stages awaiting an in-session celebration.
project_id path required
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
string

Try it

Authentication
Configure credentials for PostHog API
webAnalyticsAchievementsOverview
GET/api/projects/{project_id}/web_analytics_achievements/overview/
Returns the achievement track definitions (thresholds resolved for the requesting user's streak-cadence arm), the user's and team's progress, and any newly unlocked stages awaiting an in-session celebration.

Parameters

required

Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.

Configure credentials above to enable sending.

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

TypeScript

import posthog from '@utdk/posthog';

await posthog.webAnalyticsAchievementsOverview()