Details
REST API list endpoints
Keyed array responses
Operator list endpoints return arrays wrapped in a keyed object. For example, GET /api/v1/operator/robots returns {"robots": [...]}, GET /api/v1/operator/missions returns {"missions": [...]}. These endpoints are scoped to the authenticated workspace and return the full result set.