Endpoints that return a paginated list can be sorted by specific fields related to the endpoint.
Eg. Jobs can be sorted by the date they were created.A list of what fields are sortable can be see in each paginated endpoint.
By default fields are sorted in ascending order but you can change this to descending by appending desc to the value in the query parameter.
Eg. To sort jobs by the created date in descending order use ?sort=created_date desc