Pagination
All list endpoints return paginated responses with a consistent envelope.
Response envelope
Every list endpoint wraps results in a standard paginated envelope:
Query parameters
Control pagination with two query parameters:
Example request
Response:
Pagination fields
Iterating through pages
Use total_pages to determine when to stop:
Sorting
Some list endpoints support sorting via order_by and order_desc parameters:
Search
List endpoints that support search accept a search query parameter for full-text filtering:
The search parameter filters across relevant fields for each resource (e.g., name, MC number, and DOT number for carriers).

