# Retrieve a project Get detailed information about a specific project including its mentors. Endpoint: GET /api/ai-mentor/orgs/{org}/users/{user_id}/projects/{id}/ Version: 4.84.1-ai-plus Security: PlatformApiKeyAuthentication ## Path parameters: - `id` (integer, required) A unique integer value identifying this Project. - `org` (string, required) - `user_id` (string, required) ## Response 200 fields (application/json): - `id` (integer, required) - `name` (string, required) Name of the project - `description` (string) Description of the project - `shared` (boolean) Whether this project is shared with others or personal - `owner` (integer, required) User who created this project - `owner_username` (string, required) - `platform` (integer,null, required) Platform this project belongs to - `platform_key` (string, required) - `platform_name` (string, required) - `mentor_count` (integer, required) - `is_personal` (boolean, required) - `created_at` (string, required) - `updated_at` (string, required) - `mentors` (array, required) - `mentors.name` (string, required) - `mentors.description` (string,null) - `mentors.unique_id` (string, required) - `mentors.slug` (string, required) ## Response 404 fields