> ## Documentation Index
> Fetch the complete documentation index at: https://docs.woodcore.co/llms.txt
> Use this file to discover all available pages before exploring further.

# List All Loan Accounts

# List All Loan Accounts

This allows the retrieval of all loan account in a paginated or non-paginated format.

##### Optional Query Parameters

| Name    | Description                                                                                                            | Required | Type    |
| ------- | ---------------------------------------------------------------------------------------------------------------------- | -------- | ------- |
| page    | Pagination, index to start searching at when retrieving elements, used in combination with perPage to paginate results | false    | Integer |
| perPage | Pagination, the number of elements to retrieve, used in combination with page to paginate results                      | false    | Integer |

**Example Requests**:

[baseUrl/api/v2/loans](https://spark.test.woodcore.co/api/v2/loans)

[baseUrl/api/v2/loans?page=10\&perPage=50](https://spark.test.woodcore.co/api/v2/loans?page=10\&perPage=50)
