# ai_mentor_orgs_users_voices_retrieve Retrieve details of a specific voice option. Args: request: The HTTP request. pk: The primary key of the voice option to retrieve. Returns: Response: The details of the specified voice option. Raises: NotFound: If the specified voice option does not exist. Endpoint: GET /api/ai-mentor/orgs/{org}/users/{user_id}/voices/{id}/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Path parameters: - `id` (integer, required) A unique integer value identifying this voice. - `org` (string, required) - `user_id` (string, required) ## Response 200 fields (application/json): - `id` (integer, required) - `name` (string, required) - `provider` (string, required) * - Openai * - Google * - Elevenlabs Enum: "openai", "google", "elevenlabs" - `language` (string) - `description` (string) - `audio_url` (string, required)