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

# Pagination, Filtering, and Sorting

> How to paginate, filter, and sort API responses

<Info>
  Pagination, filtering, and sorting have not been implemented yet. This page will be updated when these features become available.
</Info>

## Coming Soon

The following features are planned for future releases:

### Pagination

* Cursor-based pagination for large datasets
* Configurable page sizes
* Total count in response headers

### Filtering

* Filter by entity properties
* Date range filters
* Status filters

### Sorting

* Sort by multiple fields
* Ascending and descending order
* Default sort orders per endpoint

## Current Behavior

Currently, list endpoints return all matching records without pagination. For large datasets, this may result in longer response times.

<Warning>
  For endpoints that may return large datasets, consider implementing client-side pagination until server-side pagination is available.
</Warning>
