GET
/
v2
/
fleets
/

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

search
string

Search across fields including title, customer_info.ext_client_id, customer_info.ext_billing_id, and customer_info.email.

title
string

Case-insensitive search for fleet title.

regions
integer

Filter by region ID.

is_active
boolean

Filter fleets based on their active status.

service_types
string[]

Filter fleets by service type.

ext_client_id
string

Filter fleets by external client ID.

ext_billing_id
string

Filter fleets by external billing ID.

email
string

Filter fleets by customer email.

ordering
string

Specify the ordering of the results. Can order by title, is_active, etc.

limit
integer

Limit the number of results returned.

offset
integer

The offset for pagination.

Response

200 - application/json
count
integer
next
string
previous
string
results
object[]