# ai_mentor_orgs_users_ai_generated_images_retrieve Endpoint to view and delete AI generated images for a user. AI Generated images are images generated during chat with AI. They are cached to allow retrieval and deletion. optional filtering parameters allowed are - username: The username of the user for which this image was stored. - provider: The provider used to generate the image. eg. openai, nvidia (nim), replicate. - model: the text to image model on the provider used to generate the image. This endpoint is accessible to both students and platform admins. Endpoint: GET /api/ai-mentor/orgs/{org}/users/{user_id}/ai-generated-images/{id}/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Path parameters: - `id` (integer, required) A unique integer value identifying this ai generated image. - `org` (string, required) - `user_id` (string, required) ## Response 200 fields (application/json): - `id` (integer, required) - `user` (integer, required) edX user ID - `image` (string, required) - `platform` (integer, required) - `prompt` (string) - `model` (string) - `provider` (string) - `date_created` (string, required)