crisphive
Team & FleetList vehicles

List vehicles

Returns the business's fleet: paginated service vehicles (vans/trucks) with operational status (idle, on job, maintenance) — the fleet inventory behind crew carpooling and job mobilization. Supports the `since` cursor for incremental fleet sync.

Arguments

pageintegerqueryoptional
Page number (default 1)
limitintegerqueryoptional
Items per page (default 15, max 1000)
statusstringqueryoptional
Filter by status (inactive, idle, on_job, maintenance)
keywordstringqueryoptional
Search by name, brand, model, or plate number
sincestringqueryoptional
RFC3339 cursor for short-polling; echo back next_since from prior response
GET/v1/vehicles
curl -X GET "https://api.crisphive.com/v1/vehicles" \
  -H "Authorization: Bearer chsk_test_4eC8xQ9mZ2pL7Ka0rT"

Responses