List all Fleets

List all fleets accessible to the current user. Supports pagination and filtering by various fleet attributes, including the client-facing fleet_unique_id (exact via fleet_unique_id_eq, or partial via fleet_unique_id_like / fleet_unique_id_ilike).

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
integer
≥ 1
Defaults to 1

Page number for pagination

integer
1 to 100
Defaults to 20

Number of items per page

string

Partial case-insensitive search term

string

Filter fleets whose client-facing fleet_unique_id exactly matches the given value. The fleet_unique_id is unique within a company, so this returns at most one fleet per company.

string

Filter fleets whose fleet_unique_id contains the given substring (case-sensitive). The value is matched as a substring — the server wraps it in % wildcards automatically, so pass the raw fragment without wildcards (e.g. press matches any fleet_unique_id containing press). Use fleet_unique_id_ilike for a case-insensitive match.

string

Filter fleets whose fleet_unique_id contains the given substring (case-insensitive). Behaves like fleet_unique_id_like but ignores case. The value is matched as a substring (the server wraps it in % wildcards), so pass the raw fragment without wildcards.

Responses

401

You are not authorized

500

An unexpected error was encountered.

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json