Get all tags for a node (admin)
GET/v1/admin/nodes/:nodeId/tags
Returns all tags (admin, device, and user) for a specific node. Only super admin users can access this endpoint.
Request
Responses
- 200
- 400
- 401
- 403
- 500
All tags retrieved successfully
Bad request
Unauthorized - Invalid or missing authentication
Forbidden - User does not have permission to access the resource
Internal server error