Managing Equipment
The Equipment API lets you access your organization’s fleet — drones, sensors, cameras, and other equipment — along with their flight logs.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:Access flight logs
Retrieve the flight history for a specific piece of equipment:Flight log filters
| Parameter | Type | Description |
|---|---|---|
dateFrom | ISO 8601 | Filter flights from this date |
dateTo | ISO 8601 | Filter flights up to this date |
flightType | string | Filter by flight type |
orderBy | string | Sort order (e.g., date_desc) |
page | integer | Page number |
limit | integer | Items per page |
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.
Flight hour tracking
Flight hour tracking
Aggregate flight logs across your fleet to track total flight hours for compliance and maintenance scheduling.
Maintenance alerts
Maintenance alerts
Monitor equipment status and flight hours to trigger maintenance alerts when thresholds are reached.
Required scope
All equipment endpoints require theequipment:read scope on your API key.
