# Get mentors created by a specific user Get mentors created by a specific user within a given organization/platform. This endpoint provides a personalized view of the user's own mentors with support for filtering, pagination, and detailed mentor information. Authentication Required: - username: Required for personalized mentor access - platform_key: Required for tenant-specific content Features: - User's own mentors only - Personalization data (access counts, last used) - Filtering and faceted search - Pagination support - Detail and list views Endpoint: GET /api/ai-search/personalized-mentors/ Version: 4.84.1-ai-plus Security: PlatformApiKeyAuthentication ## Query parameters: - `audience` (array) Filter by audience - `category` (string) Mentor category filter - `limit` (integer) Number of results per page - `llm_providers` (array) Filter by LLM provider - `offset` (integer) Number of results to skip - `order_by` (string) Field to sort by - `order_direction` (string) Sort direction * asc - asc * desc - desc Enum: "asc", "desc" - `platform_key` (string, required) Platform key for authentication - `query` (string) Search query for personalized mentors - `return_facet` (boolean) Include facet data in response - `tags` (array) Filter by tags - `username` (string) Username for authentication (required for unauthenticated requests) - `visibility` (array) Filter by visibility ## Response 200 fields (application/json): - `results` (array, required) List of personalized mentor search results - `count` (integer, required) Total number of results - `next` (string,null, required) URL for next page of results - `previous` (string,null, required) URL for previous page of results - `current_page` (integer, required) Current page number - `total_pages` (integer, required) Total number of pages ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields ## Response 500 fields