# Download Leaderboard Entries

{% hint style="success" %}

#### Like what you're seeing?

Support us as a [GitHub Sponsor](https://kb.heathen.group/old-kb/where-to-buy/become-a-sponsor) and get instant access to all our assets, exclusive tools and assets, escalated support and issue tracking and our gratitude.\
\
These articles are made possible by our [GitHub Sponsors](https://kb.heathen.group/old-kb/where-to-buy/become-a-sponsor) ... become a sponsor today!
{% endhint %}

## Introduction

Fetches a series of leaderboard entries for a specified leaderboard. You can ask for more entries than exist, then this will return as many as do exist.

### Board ID

The board to read from

### Request Type

The [UELeaderboardDataRequest](https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unreal/blueprint-nodes/enumerators/ueleaderboarddatarequest) type to request from the board.

### Start

The index to start downloading entries relative to eLeaderboardDataRequest.

### End

The last index to retrieve entries for relative to eLeaderboardDataRequest.

### Detail Count

The number of detail entries to read from the entry

### Callback

An event that will be called when complete and contains an array of [Leaderboard Entry](https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unreal/blueprint-nodes/types/leaderboard-entry)

## Nodes

<figure><img src="https://4053370152-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MZWu8yFOWhCYCMkJFmR%2Fuploads%2FINdCLSoXR5Xr7Kx3ASXm%2Fimage.png?alt=media&#x26;token=f24cbed2-f187-470e-9a26-1aead35dd57c" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unreal/blueprint-nodes/functions/download-leaderboard-entries.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
