Skip to main content
The purpose of this guide is to detail the limits that are enforced when creating, updating, and reading from your leaderboards on the Leaderboards service.
  • Caller: This type of limit is enforced on the caller of the API. This constraint could be either a player or a title.
  • Target: This type of limit is enforced on the target of the API, in our specific case an entity.
The following table outlines the limits for the various APIs available in the Leaderboards service. If an API isn’t explicitly listed here, the default behavior is applied.

Limits on Leaderboard Events

  • playfab.leaderboard.entity_rank_on_leaderboard_version_ended
    • Only return up to the top 1000 ranks.
    • Will not work with leaderboards with a entity type of master_player_account or external.

See also

Last modified on August 4, 2026