Fleet
List
Retrieve a list of all fleets in the system.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Search across fields including title
, customer_info.ext_client_id
, customer_info.ext_billing_id
, and customer_info.email
.
Case-insensitive search for fleet title.
Filter by region ID.
Filter fleets based on their active status.
Filter fleets by service type.
Filter fleets by external client ID.
Filter fleets by external billing ID.
Filter fleets by customer email.
Specify the ordering of the results. Can order by title
, is_active
, etc.
Limit the number of results returned.
The offset for pagination.