> For the complete documentation index, see [llms.txt](https://docs.codapi.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.codapi.dev/cold-war-1/battle-pass-progress.md).

# Battle Pass Progress

{% hint style="danger" %}
Logged in user only.
{% endhint %}

```javascript
import { Vanguard, platforms } from "call-of-duty-api";

try {
   let data = await Vanguard.seasonloot(matchId: string, platform: platforms)
} catch(Error) {
    //Handle Exception
}
```
