get_range_by_user
Retrieve detailed cyber range information for a specific user by providing their user ID to access environment data.
Instructions
Get detailed information about a specific user's range.
Args: user_id: User ID whose range to retrieve
Returns: Detailed range information for the specified user
Example: # Get range information for user 'tjnull' result = await get_range_by_user(user_id="tjnull")
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes |