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

# Sorting

> Sorting results in list endpoints

You can sort by most attributes in ascending or descending order. If an attribute is not supported, the API will not ignore it and will reject the request instead.

Here's an example of how to list projects sorted by name

* *Ascending* `https://api.latitude.sh/projects?sort=name`
* *Descending* `https://api.latitude.sh/projects?sort=-name`
