Skip to main content
This topic covers the following:

Getting the achievements list

To get the achievements for the running title, call XblAchievementsGetAchievementsForTitleIdAsync, as follows.

Calling XblAchievementsGetAchievementsForTitleIdAsync

C++
For more information, see the following: Return to the top of this topic.

Getting the next page of achievements results

There might be more pages of achievements. To check, call XblAchievementsResultHasNext and then call XblAchievementsResultGetNextAsync.

Calling XblAchievementsResultHasNext

Flat C API
For more information, see XblAchievementsResultHasNext.

Calling XblAchievementsResultGetNextAsync

To get the next page of achievements, call XblAchievementsResultGetNextAsync, as follows. C++
For more information, see the following: Return to the top of this topic.

Getting a single achievement

To get a single achievement, call XblAchievementsGetAchievementAsync, as follows. Flat C API
For more information, see the following: Return to the top of this topic.
Last modified on August 20, 2026