# ai_mentor_orgs_users_mentors_scenarios_retrieve Retrieve available scenarios for a specific mentor. Args: request: The HTTP request. org: The organization/tenant identifier. user_id: The ID of the user making the request. mentor: The identifier of the mentor to retrieve scenarios for. Returns: Response: The available scenarios for the mentor. Raises: NotFound: If the specified mentor or scenarios do not exist. Endpoint: GET /api/ai-mentor/orgs/{org}/users/{user_id}/mentors/{mentor}/scenarios/ Version: 3.59.0-ai-plus ## Path parameters: - `mentor` (string, required) - `org` (string, required) - `user_id` (string, required) ## Response 200 fields (application/json): - `display` (string,null) - `name` (string, required) - `prompts` (array, required) - `prompts.summary` (string, required) - `prompts.content` (string, required) - `prompts.icon` (string)