Skip to main content

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:
The response includes all active equipment with details like manufacturer, model, serial number, and status.

Pagination

Results are paginated with a default of 20 items per page (max 100):
See Pagination for details on iterating through results.

Get equipment details

Retrieve a specific piece of equipment by its ID:
Flight logs are not on the REST API. Read them in the app under Fleet, or reach them from an agent over MCP.

Common use cases

Fetch all equipment and group by type or status to build a fleet overview in your internal tools.
Poll the list endpoint and mirror serial numbers, registrations, and status into your own maintenance or asset system.
registrationExpiry comes back on every item. Compare it against today to raise your own warning outside dronelist.

Required scope

All equipment endpoints require the equipment:read scope on your API key.
Last modified on September 7, 2026