Retrieve a paginated list of all equipment in your organization
Documentation Index
Fetch the complete documentation index at: https://dronelist.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Type | Default | Description |
|---|---|---|---|
page | integer | 1 | Page number (1-indexed) |
limit | integer | 20 | Items per page (max 100) |
equipment:read
| Status | Code | Description |
|---|---|---|
401 | UNAUTHORIZED | Missing or invalid API key |
403 | FORBIDDEN | API key lacks equipment:read scope |
500 | INTERNAL_ERROR | Unexpected server error — retry with exponential backoff |