Managing Equipment
The Equipment API lets you read your fleet — drones, sensors, cameras, and other gear.List your fleet
Retrieve all equipment in your organization:Pagination
Results are paginated with a default of 20 items per page (max 100):Get equipment details
Retrieve a specific piece of equipment by its ID:Common use cases
Fleet inventory dashboard
Fleet inventory dashboard
Fetch all equipment and group by type or status to build a fleet overview in your internal tools.
Keeping a second system in sync
Keeping a second system in sync
Poll the list endpoint and mirror serial numbers, registrations, and status into your own
maintenance or asset system.
Registration expiry checks
Registration expiry checks
registrationExpiry comes back on every item. Compare it against today to raise your own
warning outside dronelist.Required scope
All equipment endpoints require theequipment:read scope on your API key.