> For the complete documentation index, see [llms.txt](https://docs.whitearrow.com/white-arrow-api-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.whitearrow.com/white-arrow-api-documentation/get-loads.md).

# Get Loads

Here are routes you can use to get active loads and past loads that have arrived

### Active Loads

To get a list of active loads (loads that have not been invoiced) you can call the active route

```
GET /v2/loads/active
```

### Archived Loads

To get a list of past loads (loads that have been invoiced) you can call the archived route

```
GET /v2/loads/archived
```
